#5FCF18

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

Shades of Kelly Green #5FCF18

Tints of Kelly Green #5FCF18

Color information

#5FCF18 (or 0x5FCF18) is unknown color: approx Kelly Green. HEX triplet: 5F, CF and 18. RGB value is (95,207,24). Sum of RGB (Red+Green+Blue) = 95+207+24=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCF18 is #A030E7. Grayscale: #999999. Windows color (decimal): -10498280 or 1625951. OLE color: 1625951.

HSL color Cylindrical-coordinate representation of color #5FCF18: hue angle of 96.72º 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 #5FCF18 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB9520724-
CMYK0.5400.880.19
HSL96.72º79.22%45.29%-
HSV(B)96.72º88.41%81.18%-
XYZ27.247.128.53-
YUV152.6555.3986.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 207 (81.25% from 255) = 63.50%
BLUE value IS 24 (9.77% from 255) = 7.36%
R=29.14%
G=63.50%
B=7.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95207240.5400.880.1996.7279.2245.29
Hex5FCF183605813614f2d
Octal137317306601302314111755
Binary10111111100111111000110110010110001001111000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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