Shades of Kelly Green #5FC70D
Tints of Kelly Green #5FC70D
RGB
CMYK
RGB Variations
Color information
#5FC70D (or 0x5FC70D) is known color: Kelly Green. HEX triplet: 5F, C7 and 0D. RGB value is (95,199,13). Sum of RGB (Red+Green+Blue) = 95+199+13=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 199 (78.12% from 255 or 64.82% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC70D is #A038F2. Grayscale: #939393. Windows color (decimal): -10500339 or 903007. OLE color: 903007.
HSL color Cylindrical-coordinate representation of color #5FC70D: hue angle of 93.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FC70D is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 13 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.22 |
| HSL | 93.55º | 0.88% | 0.42% | - |
| HSV(B) | 93.55º | 0.93% | 0.78% | - |
| XYZ | 25.22 | 43.31 | 7.41 | - |
| YUV | 146.7 | 52.54 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 13 | 0.52 | 0 | 0.93 | 0.22 | 93.55 | 0.88 | 0.42 |
| Hex | 5F | C7 | D | 34 | 0 | 5D | 16 | 5E | 58 | 2A |
| Octal | 137 | 307 | 15 | 64 | 0 | 135 | 26 | 136 | 130 | 52 |
| Binary | 1011111 | 11000111 | 1101 | 110100 | 0 | 1011101 | 10110 | 1011110 | 1011000 | 101010 |
Color Harmonies of #5FC70D
Complementary color
Monochromatic Colors of #5FC70D
Black with #5FC70D
Text Example
Text Example
White with #5FC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC70D; }
p { color: rgb(95,199,13); }
H1.HeaderClassName
{
color: #5FC70D;
}
.AnyTagClassName
{
color: #5FC70D;
}
</style>
background-color css
<style>
a { background-color: #5FC70D; }
a { background-color: rgb(95,199,13); }
div.DivClassName
{
background-color: #5FC70D;
}
.BgClassName
{
background-color: #5FC70D;
}
</style>
border-color css
<style>
span { border-color: #5FC70D; }
span { border-color: rgb(95,199,13); }
td.TdClassName
{
border-color: #5FC70D;
}
.TagClassName
{
border-color: #5FC70D;
}
</style>