#5FC204

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

Shades of Kelly Green #5FC204

Tints of Kelly Green #5FC204

Color information

#5FC204 (or 0x5FC204) is unknown color: approx Kelly Green. HEX triplet: 5F, C2 and 04. RGB value is (95,194,4). Sum of RGB (Red+Green+Blue) = 95+194+4=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC204 is #A03DFB. Grayscale: #8F8F8F. Windows color (decimal): -10501628 or 311903. OLE color: 311903.

HSL color Cylindrical-coordinate representation of color #5FC204: hue angle of 91.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FC204 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB951944-
CMYK0.5100.980.24
HSL91.26º95.96%38.82%-
HSV(B)91.26º97.94%76.08%-
XYZ24.0341.036.77-
YUV142.7449.793.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 194 (76.17% from 255) = 66.21%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=32.42%
G=66.21%
B=1.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9519440.5100.980.2491.2695.9638.82
Hex5FC2433062185b6027
Octal13730246301423013314047
Binary101111111000010100110011011000101100010110111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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