Shades of Kelly Green #5FC502
Tints of Kelly Green #5FC502
RGB
CMYK
RGB Variations
Color information
#5FC502 (or 0x5FC502) is known color: Kelly Green. HEX triplet: 5F, C5 and 02. RGB value is (95,197,2). Sum of RGB (Red+Green+Blue) = 95+197+2=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC502 is #A03AFD. Grayscale: #909090. Windows color (decimal): -10500862 or 181599. OLE color: 181599.
HSL color Cylindrical-coordinate representation of color #5FC502: hue angle of 91.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FC502 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.23 |
| HSL | 91.38º | 0.98% | 0.39% | - |
| HSV(B) | 91.38º | 0.99% | 0.77% | - |
| XYZ | 24.7 | 42.37 | 6.93 | - |
| YUV | 144.27 | 47.71 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 2 | 0.52 | 0 | 0.99 | 0.23 | 91.38 | 0.98 | 0.39 |
| Hex | 5F | C5 | 2 | 34 | 0 | 63 | 17 | 5B | 62 | 27 |
| Octal | 137 | 305 | 2 | 64 | 0 | 143 | 27 | 133 | 142 | 47 |
| Binary | 1011111 | 11000101 | 10 | 110100 | 0 | 1100011 | 10111 | 1011011 | 1100010 | 100111 |
Color Harmonies of #5FC502
Complementary color
Monochromatic Colors of #5FC502
Black with #5FC502
Text Example
Text Example
White with #5FC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC502; }
p { color: rgb(95,197,2); }
H1.HeaderClassName
{
color: #5FC502;
}
.AnyTagClassName
{
color: #5FC502;
}
</style>
background-color css
<style>
a { background-color: #5FC502; }
a { background-color: rgb(95,197,2); }
div.DivClassName
{
background-color: #5FC502;
}
.BgClassName
{
background-color: #5FC502;
}
</style>
border-color css
<style>
span { border-color: #5FC502; }
span { border-color: rgb(95,197,2); }
td.TdClassName
{
border-color: #5FC502;
}
.TagClassName
{
border-color: #5FC502;
}
</style>