Shades of Kelly Green #5FD614
Tints of Kelly Green #5FD614
RGB
CMYK
RGB Variations
Color information
#5FD614 (or 0x5FD614) is known color: Kelly Green. HEX triplet: 5F, D6 and 14. RGB value is (95,214,20). Sum of RGB (Red+Green+Blue) = 95+214+20=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD614 is #A029EB. Grayscale: #9C9C9C. Windows color (decimal): -10496492 or 1365599. OLE color: 1365599.
HSL color Cylindrical-coordinate representation of color #5FD614: hue angle of 96.8º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FD614 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 20 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.16 |
| HSL | 96.8º | 0.83% | 0.46% | - |
| HSV(B) | 96.8º | 0.91% | 0.84% | - |
| XYZ | 28.89 | 50.58 | 8.9 | - |
| YUV | 156.3 | 51.08 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 20 | 0.56 | 0 | 0.91 | 0.16 | 96.8 | 0.83 | 0.46 |
| Hex | 5F | D6 | 14 | 38 | 0 | 5B | 10 | 61 | 53 | 2E |
| Octal | 137 | 326 | 24 | 70 | 0 | 133 | 20 | 141 | 123 | 56 |
| Binary | 1011111 | 11010110 | 10100 | 111000 | 0 | 1011011 | 10000 | 1100001 | 1010011 | 101110 |
Color Harmonies of #5FD614
Complementary color
Monochromatic Colors of #5FD614
Black with #5FD614
Text Example
Text Example
White with #5FD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD614; }
p { color: rgb(95,214,20); }
H1.HeaderClassName
{
color: #5FD614;
}
.AnyTagClassName
{
color: #5FD614;
}
</style>
background-color css
<style>
a { background-color: #5FD614; }
a { background-color: rgb(95,214,20); }
div.DivClassName
{
background-color: #5FD614;
}
.BgClassName
{
background-color: #5FD614;
}
</style>
border-color css
<style>
span { border-color: #5FD614; }
span { border-color: rgb(95,214,20); }
td.TdClassName
{
border-color: #5FD614;
}
.TagClassName
{
border-color: #5FD614;
}
</style>