#58f216

Color #58F216 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #58F216

Tints of Bright Green #58F216

Color information

#58F216 (or 0x58F216) is unknown color: approx Bright Green. HEX triplet: 58, F2 and 16. RGB value is (88,242,22). Sum of RGB (Red+Green+Blue) = 88+242+22=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #58F216 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F216 is #A70DE9. Grayscale: #ABABAB. Windows color (decimal): -10948074 or 1503832. OLE color: 1503832.

HSL color Cylindrical-coordinate representation of color #58F216: hue angle of 102º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58F216 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB8824222-
CMYK0.6400.910.05
HSL102º89.43%51.76%-
HSV(B)102º90.91%94.9%-
XYZ35.9265.6411.53-
YUV170.8743.9868.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 242 (94.92% from 255) = 68.75%
BLUE value IS 22 (8.98% from 255) = 6.25%
R=25%
G=68.75%
B=6.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88242220.6400.910.0510289.4351.76
Hex58F2164005B5665934
Octal130362261000133514613164
Binary1011000111100101011010000000101101110111001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58f216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58f216; }

 p { color: rgb(88,242,22); }

 H1.HeaderClassName
 {
   color: #58f216;
 }
 .AnyTagClassName
 {
   color: #58f216;
 }
</style>
background-color css

<style>
 a { background-color: #58f216; }

 a { background-color: rgb(88,242,22); }

 div.DivClassName
 {
   background-color: #58f216;
 }
 .BgClassName
 {
   background-color: #58f216;
 }
</style>
border-color css

<style>
 span { border-color: #58f216; }

 span { border-color: rgb(88,242,22); }

 td.TdClassName
 {
   border-color: #58f216;
 }
 .TagClassName
 {
   border-color: #58f216;
 }
</style>