#5FCE04

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

Shades of Kelly Green #5FCE04

Tints of Kelly Green #5FCE04

Color information

#5FCE04 (or 0x5FCE04) is unknown color: approx Kelly Green. HEX triplet: 5F, CE and 04. RGB value is (95,206,4). Sum of RGB (Red+Green+Blue) = 95+206+4=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCE04 is #A031FB. Grayscale: #969696. Windows color (decimal): -10498556 or 314975. OLE color: 314975.

HSL color Cylindrical-coordinate representation of color #5FCE04: hue angle of 92.97º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FCE04 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB952064-
CMYK0.5400.980.19
HSL92.97º96.19%41.18%-
HSV(B)92.97º98.06%80.78%-
XYZ26.8146.587.69-
YUV149.7845.7388.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 206 (80.86% from 255) = 67.54%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=31.15%
G=67.54%
B=1.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal9520640.5400.980.1992.9796.1941.18
Hex5FCE436062135d6029
Octal13731646601422313514051
Binary101111111001110100110110011000101001110111011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,206,4); }

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

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

 a { background-color: rgb(95,206,4); }

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

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

 span { border-color: rgb(95,206,4); }

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