#5CAF00

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

Shades of Kelly Green #5CAF00

Tints of Kelly Green #5CAF00

Color information

#5CAF00 (or 0x5CAF00) is unknown color: approx Kelly Green. HEX triplet: 5C, AF and 00. RGB value is (92,175,0). Sum of RGB (Red+Green+Blue) = 92+175+0=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 175 (68.75% from 255 or 65.54% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAF00 is #A350FF. Grayscale: #828282. Windows color (decimal): -10703104 or 44892. OLE color: 44892.

HSL color Cylindrical-coordinate representation of color #5CAF00: hue angle of 88.46º 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 #5CAF00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB921750-
CMYK0.47010.31
HSL88.46º100%34.31%-
HSV(B)88.46º100%68.63%-
XYZ19.7432.945.32-
YUV130.2354.5100.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.46%
GREEN value IS 175 (68.75% from 255) = 65.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.46%
G=65.54%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9217500.47010.3188.4610034.31
Hex5CAF02F0641F586422
Octal13425705701443713014442
Binary1011100101011110101111011001001111110110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CAF00; }

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

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

<style>
 a { background-color: #5CAF00; }

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

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

<style>
 span { border-color: #5CAF00; }

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

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