Shades of Kelly Green #5FC320
Tints of Kelly Green #5FC320
RGB
CMYK
RGB Variations
Color information
#5FC320 (or 0x5FC320) is known color: Kelly Green. HEX triplet: 5F, C3 and 20. RGB value is (95,195,32). Sum of RGB (Red+Green+Blue) = 95+195+32=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC320 is #A03CDF. Grayscale: #939393. Windows color (decimal): -10501344 or 2147167. OLE color: 2147167.
HSL color Cylindrical-coordinate representation of color #5FC320: hue angle of 96.81º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FC320 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 32 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.24 |
| HSL | 96.81º | 0.72% | 0.45% | - |
| HSV(B) | 96.81º | 0.84% | 0.76% | - |
| XYZ | 24.5 | 41.57 | 8.1 | - |
| YUV | 146.52 | 63.37 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 32 | 0.51 | 0 | 0.84 | 0.24 | 96.81 | 0.72 | 0.45 |
| Hex | 5F | C3 | 20 | 33 | 0 | 54 | 18 | 61 | 48 | 2D |
| Octal | 137 | 303 | 40 | 63 | 0 | 124 | 30 | 141 | 110 | 55 |
| Binary | 1011111 | 11000011 | 100000 | 110011 | 0 | 1010100 | 11000 | 1100001 | 1001000 | 101101 |
Color Harmonies of #5FC320
Complementary color
Monochromatic Colors of #5FC320
Black with #5FC320
Text Example
Text Example
White with #5FC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC320; }
p { color: rgb(95,195,32); }
H1.HeaderClassName
{
color: #5FC320;
}
.AnyTagClassName
{
color: #5FC320;
}
</style>
background-color css
<style>
a { background-color: #5FC320; }
a { background-color: rgb(95,195,32); }
div.DivClassName
{
background-color: #5FC320;
}
.BgClassName
{
background-color: #5FC320;
}
</style>
border-color css
<style>
span { border-color: #5FC320; }
span { border-color: rgb(95,195,32); }
td.TdClassName
{
border-color: #5FC320;
}
.TagClassName
{
border-color: #5FC320;
}
</style>