#5FC224

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

Shades of Kelly Green #5FC224

Tints of Kelly Green #5FC224

Color information

#5FC224 (or 0x5FC224) is unknown color: approx Kelly Green. HEX triplet: 5F, C2 and 24. RGB value is (95,194,36). Sum of RGB (Red+Green+Blue) = 95+194+36=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC224 is #A03DDB. Grayscale: #929292. Windows color (decimal): -10501596 or 2409055. OLE color: 2409055.

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

Color convert

RGB9519436-
CMYK0.5100.810.24
HSL97.59º68.7%45.1%-
HSV(B)97.59º81.44%76.08%-
XYZ24.3341.148.33-
YUV146.3965.791.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 194 (76.17% from 255) = 59.69%
BLUE value IS 36 (14.45% from 255) = 11.08%
R=29.23%
G=59.69%
B=11.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95194360.5100.810.2497.5968.745.1
Hex5FC224330511862452d
Octal137302446301213014210555
Binary101111111000010100100110011010100011100011000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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