Shades of Kelly Green #5FCE20
Tints of Kelly Green #5FCE20
RGB
CMYK
RGB Variations
Color information
#5FCE20 (or 0x5FCE20) is known color: Kelly Green. HEX triplet: 5F, CE and 20. RGB value is (95,206,32). Sum of RGB (Red+Green+Blue) = 95+206+32=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCE20 is #A031DF. Grayscale: #999999. Windows color (decimal): -10498528 or 2149983. OLE color: 2149983.
HSL color Cylindrical-coordinate representation of color #5FCE20: hue angle of 98.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FCE20 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 32 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.19 |
| HSL | 98.28º | 0.73% | 0.47% | - |
| HSV(B) | 98.28º | 0.84% | 0.81% | - |
| XYZ | 27.05 | 46.68 | 8.95 | - |
| YUV | 152.98 | 59.73 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 32 | 0.54 | 0 | 0.84 | 0.19 | 98.28 | 0.73 | 0.47 |
| Hex | 5F | CE | 20 | 36 | 0 | 54 | 13 | 62 | 49 | 2F |
| Octal | 137 | 316 | 40 | 66 | 0 | 124 | 23 | 142 | 111 | 57 |
| Binary | 1011111 | 11001110 | 100000 | 110110 | 0 | 1010100 | 10011 | 1100010 | 1001001 | 101111 |
Color Harmonies of #5FCE20
Complementary color
Monochromatic Colors of #5FCE20
Black with #5FCE20
Text Example
Text Example
White with #5FCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE20; }
p { color: rgb(95,206,32); }
H1.HeaderClassName
{
color: #5FCE20;
}
.AnyTagClassName
{
color: #5FCE20;
}
</style>
background-color css
<style>
a { background-color: #5FCE20; }
a { background-color: rgb(95,206,32); }
div.DivClassName
{
background-color: #5FCE20;
}
.BgClassName
{
background-color: #5FCE20;
}
</style>
border-color css
<style>
span { border-color: #5FCE20; }
span { border-color: rgb(95,206,32); }
td.TdClassName
{
border-color: #5FCE20;
}
.TagClassName
{
border-color: #5FCE20;
}
</style>