Shades of Kelly Green #5FDA11
Tints of Kelly Green #5FDA11
RGB
CMYK
RGB Variations
Color information
#5FDA11 (or 0x5FDA11) is known color: Kelly Green. HEX triplet: 5F, DA and 11. RGB value is (95,218,17). Sum of RGB (Red+Green+Blue) = 95+218+17=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDA11 is #A025EE. Grayscale: #9E9E9E. Windows color (decimal): -10495471 or 1170015. OLE color: 1170015.
HSL color Cylindrical-coordinate representation of color #5FDA11: hue angle of 96.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FDA11 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 17 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.15 |
| HSL | 96.72º | 0.86% | 0.46% | - |
| HSV(B) | 96.72º | 0.92% | 0.85% | - |
| XYZ | 29.89 | 52.62 | 9.11 | - |
| YUV | 158.31 | 48.25 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 17 | 0.56 | 0 | 0.92 | 0.15 | 96.72 | 0.86 | 0.46 |
| Hex | 5F | DA | 11 | 38 | 0 | 5C | F | 61 | 56 | 2E |
| Octal | 137 | 332 | 21 | 70 | 0 | 134 | 17 | 141 | 126 | 56 |
| Binary | 1011111 | 11011010 | 10001 | 111000 | 0 | 1011100 | 1111 | 1100001 | 1010110 | 101110 |
Color Harmonies of #5FDA11
Complementary color
Monochromatic Colors of #5FDA11
Black with #5FDA11
Text Example
Text Example
White with #5FDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA11; }
p { color: rgb(95,218,17); }
H1.HeaderClassName
{
color: #5FDA11;
}
.AnyTagClassName
{
color: #5FDA11;
}
</style>
background-color css
<style>
a { background-color: #5FDA11; }
a { background-color: rgb(95,218,17); }
div.DivClassName
{
background-color: #5FDA11;
}
.BgClassName
{
background-color: #5FDA11;
}
</style>
border-color css
<style>
span { border-color: #5FDA11; }
span { border-color: rgb(95,218,17); }
td.TdClassName
{
border-color: #5FDA11;
}
.TagClassName
{
border-color: #5FDA11;
}
</style>