Shades of Kelly Green #5FDD15
Tints of Kelly Green #5FDD15
RGB
CMYK
RGB Variations
Color information
#5FDD15 (or 0x5FDD15) is known color: Kelly Green. HEX triplet: 5F, DD and 15. RGB value is (95,221,21). Sum of RGB (Red+Green+Blue) = 95+221+21=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDD15 is #A022EA. Grayscale: #A1A1A1. Windows color (decimal): -10494699 or 1432927. OLE color: 1432927.
HSL color Cylindrical-coordinate representation of color #5FDD15: hue angle of 97.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FDD15 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 21 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.13 |
| HSL | 97.8º | 0.83% | 0.47% | - |
| HSV(B) | 97.8º | 0.9% | 0.87% | - |
| XYZ | 30.71 | 54.2 | 9.55 | - |
| YUV | 160.53 | 49.26 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 21 | 0.57 | 0 | 0.90 | 0.13 | 97.8 | 0.83 | 0.47 |
| Hex | 5F | DD | 15 | 39 | 0 | 5A | D | 62 | 53 | 2F |
| Octal | 137 | 335 | 25 | 71 | 0 | 132 | 15 | 142 | 123 | 57 |
| Binary | 1011111 | 11011101 | 10101 | 111001 | 0 | 1011010 | 1101 | 1100010 | 1010011 | 101111 |
Color Harmonies of #5FDD15
Complementary color
Monochromatic Colors of #5FDD15
Black with #5FDD15
Text Example
Text Example
White with #5FDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD15; }
p { color: rgb(95,221,21); }
H1.HeaderClassName
{
color: #5FDD15;
}
.AnyTagClassName
{
color: #5FDD15;
}
</style>
background-color css
<style>
a { background-color: #5FDD15; }
a { background-color: rgb(95,221,21); }
div.DivClassName
{
background-color: #5FDD15;
}
.BgClassName
{
background-color: #5FDD15;
}
</style>
border-color css
<style>
span { border-color: #5FDD15; }
span { border-color: rgb(95,221,21); }
td.TdClassName
{
border-color: #5FDD15;
}
.TagClassName
{
border-color: #5FDD15;
}
</style>