Shades of Kelly Green #5FDA0D
Tints of Kelly Green #5FDA0D
RGB
CMYK
RGB Variations
Color information
#5FDA0D (or 0x5FDA0D) is known color: Kelly Green. HEX triplet: 5F, DA and 0D. RGB value is (95,218,13). Sum of RGB (Red+Green+Blue) = 95+218+13=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 218 (85.55% from 255 or 66.87% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDA0D is #A025F2. Grayscale: #9E9E9E. Windows color (decimal): -10495475 or 907871. OLE color: 907871.
HSL color Cylindrical-coordinate representation of color #5FDA0D: hue angle of 96º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FDA0D is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 13 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.15 |
| HSL | 96º | 0.89% | 0.45% | - |
| HSV(B) | 96º | 0.94% | 0.85% | - |
| XYZ | 29.86 | 52.6 | 8.96 | - |
| YUV | 157.85 | 46.25 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 13 | 0.56 | 0 | 0.94 | 0.15 | 96 | 0.89 | 0.45 |
| Hex | 5F | DA | D | 38 | 0 | 5E | F | 60 | 59 | 2D |
| Octal | 137 | 332 | 15 | 70 | 0 | 136 | 17 | 140 | 131 | 55 |
| Binary | 1011111 | 11011010 | 1101 | 111000 | 0 | 1011110 | 1111 | 1100000 | 1011001 | 101101 |
Color Harmonies of #5FDA0D
Complementary color
Monochromatic Colors of #5FDA0D
Black with #5FDA0D
Text Example
Text Example
White with #5FDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA0D; }
p { color: rgb(95,218,13); }
H1.HeaderClassName
{
color: #5FDA0D;
}
.AnyTagClassName
{
color: #5FDA0D;
}
</style>
background-color css
<style>
a { background-color: #5FDA0D; }
a { background-color: rgb(95,218,13); }
div.DivClassName
{
background-color: #5FDA0D;
}
.BgClassName
{
background-color: #5FDA0D;
}
</style>
border-color css
<style>
span { border-color: #5FDA0D; }
span { border-color: rgb(95,218,13); }
td.TdClassName
{
border-color: #5FDA0D;
}
.TagClassName
{
border-color: #5FDA0D;
}
</style>