#58AF00

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

Shades of Kelly Green #58AF00

Tints of Kelly Green #58AF00

Color information

#58AF00 (or 0x58AF00) is unknown color: approx Kelly Green. HEX triplet: 58, AF and 00. RGB value is (88,175,0). Sum of RGB (Red+Green+Blue) = 88+175+0=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58AF00 is #A750FF. Grayscale: #818181. Windows color (decimal): -10965248 or 44888. OLE color: 44888.

HSL color Cylindrical-coordinate representation of color #58AF00: hue angle of 89.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58AF00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB881750-
CMYK0.50010.31
HSL89.83º100%34.31%-
HSV(B)89.83º100%68.63%-
XYZ19.3532.735.3-
YUV129.0455.1898.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 66.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.46%
G=66.54%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8817500.50010.3189.8310034.31
Hex58AF0320641F5a6422
Octal13025706201443713214442
Binary1011000101011110110010011001001111110110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,175,0); }

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

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

 a { background-color: rgb(88,175,0); }

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

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

 span { border-color: rgb(88,175,0); }

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