#5DAF05

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

Shades of Kelly Green #5DAF05

Tints of Kelly Green #5DAF05

Color information

#5DAF05 (or 0x5DAF05) is unknown color: approx Kelly Green. HEX triplet: 5D, AF and 05. RGB value is (93,175,5). Sum of RGB (Red+Green+Blue) = 93+175+5=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAF05 is #A250FA. Grayscale: #838383. Windows color (decimal): -10637563 or 372573. OLE color: 372573.

HSL color Cylindrical-coordinate representation of color #5DAF05: hue angle of 88.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DAF05 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB931755-
CMYK0.4700.970.31
HSL88.94º94.44%35.29%-
HSV(B)88.94º97.14%68.63%-
XYZ19.87335.47-
YUV131.156.83100.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 175 (68.75% from 255) = 64.10%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=34.07%
G=64.10%
B=1.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9317550.4700.970.3188.9494.4435.29
Hex5DAF52F0611F595e23
Octal13525755701413713113643
Binary101110110101111101101111011000011111110110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,175,5); }

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

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

 a { background-color: rgb(93,175,5); }

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

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

 span { border-color: rgb(93,175,5); }

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