#5DB40C

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

Shades of Kelly Green #5DB40C

Tints of Kelly Green #5DB40C

Color information

#5DB40C (or 0x5DB40C) is unknown color: approx Kelly Green. HEX triplet: 5D, B4 and 0C. RGB value is (93,180,12). Sum of RGB (Red+Green+Blue) = 93+180+12=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB40C is #A24BF3. Grayscale: #878787. Windows color (decimal): -10636276 or 832605. OLE color: 832605.

HSL color Cylindrical-coordinate representation of color #5DB40C: hue angle of 91.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DB40C is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB9318012-
CMYK0.4800.930.29
HSL91.07º87.5%37.65%-
HSV(B)91.07º93.33%70.59%-
XYZ20.9356-
YUV134.8358.6898.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=32.63%
G=63.16%
B=4.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93180120.4800.930.2991.0787.537.65
Hex5DB4C3005D1D5b5826
Octal135264146001353513313046
Binary1011101101101001100110000010111011110110110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,180,12); }

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

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

 a { background-color: rgb(93,180,12); }

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

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

 span { border-color: rgb(93,180,12); }

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