Shades of Kelly Green #5FD213
Tints of Kelly Green #5FD213
RGB
CMYK
RGB Variations
Color information
#5FD213 (or 0x5FD213) is known color: Kelly Green. HEX triplet: 5F, D2 and 13. RGB value is (95,210,19). Sum of RGB (Red+Green+Blue) = 95+210+19=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 210 (82.42% from 255 or 64.81% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD213 is #A02DEC. Grayscale: #9A9A9A. Windows color (decimal): -10497517 or 1299039. OLE color: 1299039.
HSL color Cylindrical-coordinate representation of color #5FD213: hue angle of 96.13º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FD213 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 19 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.18 |
| HSL | 96.13º | 0.83% | 0.45% | - |
| HSV(B) | 96.13º | 0.91% | 0.82% | - |
| XYZ | 27.88 | 48.57 | 8.52 | - |
| YUV | 153.84 | 51.9 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 19 | 0.55 | 0 | 0.91 | 0.18 | 96.13 | 0.83 | 0.45 |
| Hex | 5F | D2 | 13 | 37 | 0 | 5B | 12 | 60 | 53 | 2D |
| Octal | 137 | 322 | 23 | 67 | 0 | 133 | 22 | 140 | 123 | 55 |
| Binary | 1011111 | 11010010 | 10011 | 110111 | 0 | 1011011 | 10010 | 1100000 | 1010011 | 101101 |
Color Harmonies of #5FD213
Complementary color
Monochromatic Colors of #5FD213
Black with #5FD213
Text Example
Text Example
White with #5FD213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD213; }
p { color: rgb(95,210,19); }
H1.HeaderClassName
{
color: #5FD213;
}
.AnyTagClassName
{
color: #5FD213;
}
</style>
background-color css
<style>
a { background-color: #5FD213; }
a { background-color: rgb(95,210,19); }
div.DivClassName
{
background-color: #5FD213;
}
.BgClassName
{
background-color: #5FD213;
}
</style>
border-color css
<style>
span { border-color: #5FD213; }
span { border-color: rgb(95,210,19); }
td.TdClassName
{
border-color: #5FD213;
}
.TagClassName
{
border-color: #5FD213;
}
</style>