Shades of Kelly Green #5FD205
Tints of Kelly Green #5FD205
RGB
CMYK
RGB Variations
Color information
#5FD205 (or 0x5FD205) is known color: Kelly Green. HEX triplet: 5F, D2 and 05. RGB value is (95,210,5). Sum of RGB (Red+Green+Blue) = 95+210+5=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 210 (82.42% from 255 or 67.74% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD205 is #A02DFA. Grayscale: #989898. Windows color (decimal): -10497531 or 381535. OLE color: 381535.
HSL color Cylindrical-coordinate representation of color #5FD205: hue angle of 93.66º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FD205 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 5 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.18 |
| HSL | 93.66º | 0.95% | 0.42% | - |
| HSV(B) | 93.66º | 0.98% | 0.82% | - |
| XYZ | 27.79 | 48.54 | 8.05 | - |
| YUV | 152.25 | 44.9 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 5 | 0.55 | 0 | 0.98 | 0.18 | 93.66 | 0.95 | 0.42 |
| Hex | 5F | D2 | 5 | 37 | 0 | 62 | 12 | 5E | 5F | 2A |
| Octal | 137 | 322 | 5 | 67 | 0 | 142 | 22 | 136 | 137 | 52 |
| Binary | 1011111 | 11010010 | 101 | 110111 | 0 | 1100010 | 10010 | 1011110 | 1011111 | 101010 |
Color Harmonies of #5FD205
Complementary color
Monochromatic Colors of #5FD205
Black with #5FD205
Text Example
Text Example
White with #5FD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD205; }
p { color: rgb(95,210,5); }
H1.HeaderClassName
{
color: #5FD205;
}
.AnyTagClassName
{
color: #5FD205;
}
</style>
background-color css
<style>
a { background-color: #5FD205; }
a { background-color: rgb(95,210,5); }
div.DivClassName
{
background-color: #5FD205;
}
.BgClassName
{
background-color: #5FD205;
}
</style>
border-color css
<style>
span { border-color: #5FD205; }
span { border-color: rgb(95,210,5); }
td.TdClassName
{
border-color: #5FD205;
}
.TagClassName
{
border-color: #5FD205;
}
</style>