Shades of Kelly Green #5FC920
Tints of Kelly Green #5FC920
RGB
CMYK
RGB Variations
Color information
#5FC920 (or 0x5FC920) is known color: Kelly Green. HEX triplet: 5F, C9 and 20. RGB value is (95,201,32). Sum of RGB (Red+Green+Blue) = 95+201+32=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC920 is #A036DF. Grayscale: #969696. Windows color (decimal): -10499808 or 2148703. OLE color: 2148703.
HSL color Cylindrical-coordinate representation of color #5FC920: hue angle of 97.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FC920 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 32 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.21 |
| HSL | 97.63º | 0.73% | 0.46% | - |
| HSV(B) | 97.63º | 0.84% | 0.79% | - |
| XYZ | 25.87 | 44.31 | 8.56 | - |
| YUV | 150.04 | 61.38 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 32 | 0.53 | 0 | 0.84 | 0.21 | 97.63 | 0.73 | 0.46 |
| Hex | 5F | C9 | 20 | 35 | 0 | 54 | 15 | 62 | 49 | 2E |
| Octal | 137 | 311 | 40 | 65 | 0 | 124 | 25 | 142 | 111 | 56 |
| Binary | 1011111 | 11001001 | 100000 | 110101 | 0 | 1010100 | 10101 | 1100010 | 1001001 | 101110 |
Color Harmonies of #5FC920
Complementary color
Monochromatic Colors of #5FC920
Black with #5FC920
Text Example
Text Example
White with #5FC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC920; }
p { color: rgb(95,201,32); }
H1.HeaderClassName
{
color: #5FC920;
}
.AnyTagClassName
{
color: #5FC920;
}
</style>
background-color css
<style>
a { background-color: #5FC920; }
a { background-color: rgb(95,201,32); }
div.DivClassName
{
background-color: #5FC920;
}
.BgClassName
{
background-color: #5FC920;
}
</style>
border-color css
<style>
span { border-color: #5FC920; }
span { border-color: rgb(95,201,32); }
td.TdClassName
{
border-color: #5FC920;
}
.TagClassName
{
border-color: #5FC920;
}
</style>