Shades of Kelly Green #5FD015
Tints of Kelly Green #5FD015
RGB
CMYK
RGB Variations
Color information
#5FD015 (or 0x5FD015) is known color: Kelly Green. HEX triplet: 5F, D0 and 15. RGB value is (95,208,21). Sum of RGB (Red+Green+Blue) = 95+208+21=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD015 is #A02FEA. Grayscale: #999999. Windows color (decimal): -10498027 or 1429599. OLE color: 1429599.
HSL color Cylindrical-coordinate representation of color #5FD015: hue angle of 96.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FD015 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 21 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.18 |
| HSL | 96.26º | 0.82% | 0.45% | - |
| HSV(B) | 96.26º | 0.9% | 0.82% | - |
| XYZ | 27.41 | 47.6 | 8.45 | - |
| YUV | 152.9 | 53.56 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 21 | 0.54 | 0 | 0.90 | 0.18 | 96.26 | 0.82 | 0.45 |
| Hex | 5F | D0 | 15 | 36 | 0 | 5A | 12 | 60 | 52 | 2D |
| Octal | 137 | 320 | 25 | 66 | 0 | 132 | 22 | 140 | 122 | 55 |
| Binary | 1011111 | 11010000 | 10101 | 110110 | 0 | 1011010 | 10010 | 1100000 | 1010010 | 101101 |
Color Harmonies of #5FD015
Complementary color
Monochromatic Colors of #5FD015
Black with #5FD015
Text Example
Text Example
White with #5FD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD015; }
p { color: rgb(95,208,21); }
H1.HeaderClassName
{
color: #5FD015;
}
.AnyTagClassName
{
color: #5FD015;
}
</style>
background-color css
<style>
a { background-color: #5FD015; }
a { background-color: rgb(95,208,21); }
div.DivClassName
{
background-color: #5FD015;
}
.BgClassName
{
background-color: #5FD015;
}
</style>
border-color css
<style>
span { border-color: #5FD015; }
span { border-color: rgb(95,208,21); }
td.TdClassName
{
border-color: #5FD015;
}
.TagClassName
{
border-color: #5FD015;
}
</style>