#5DCF18

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

Shades of Kelly Green #5DCF18

Tints of Kelly Green #5DCF18

Color information

#5DCF18 (or 0x5DCF18) is unknown color: approx Kelly Green. HEX triplet: 5D, CF and 18. RGB value is (93,207,24). Sum of RGB (Red+Green+Blue) = 93+207+24=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCF18 is #A230E7. Grayscale: #989898. Windows color (decimal): -10629352 or 1625949. OLE color: 1625949.

HSL color Cylindrical-coordinate representation of color #5DCF18: hue angle of 97.38º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DCF18 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB9320724-
CMYK0.5500.880.19
HSL97.38º79.22%45.29%-
HSV(B)97.38º88.41%81.18%-
XYZ26.9947.028.52-
YUV152.0555.7385.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.70%
GREEN value IS 207 (81.25% from 255) = 63.89%
BLUE value IS 24 (9.77% from 255) = 7.41%
R=28.70%
G=63.89%
B=7.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93207240.5500.880.1997.3879.2245.29
Hex5DCF183705813614f2d
Octal135317306701302314111755
Binary10111011100111111000110111010110001001111000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,207,24); }

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

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

 a { background-color: rgb(93,207,24); }

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

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

 span { border-color: rgb(93,207,24); }

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