Shades of Kelly Green #5FC512
Tints of Kelly Green #5FC512
RGB
CMYK
RGB Variations
Color information
#5FC512 (or 0x5FC512) is known color: Kelly Green. HEX triplet: 5F, C5 and 12. RGB value is (95,197,18). Sum of RGB (Red+Green+Blue) = 95+197+18=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC512 is #A03AED. Grayscale: #929292. Windows color (decimal): -10500846 or 1230175. OLE color: 1230175.
HSL color Cylindrical-coordinate representation of color #5FC512: hue angle of 94.19º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FC512 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 18 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.23 |
| HSL | 94.19º | 0.83% | 0.42% | - |
| HSV(B) | 94.19º | 0.91% | 0.77% | - |
| XYZ | 24.79 | 42.41 | 7.45 | - |
| YUV | 146.1 | 55.71 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 18 | 0.52 | 0 | 0.91 | 0.23 | 94.19 | 0.83 | 0.42 |
| Hex | 5F | C5 | 12 | 34 | 0 | 5B | 17 | 5E | 53 | 2A |
| Octal | 137 | 305 | 22 | 64 | 0 | 133 | 27 | 136 | 123 | 52 |
| Binary | 1011111 | 11000101 | 10010 | 110100 | 0 | 1011011 | 10111 | 1011110 | 1010011 | 101010 |
Color Harmonies of #5FC512
Complementary color
Monochromatic Colors of #5FC512
Black with #5FC512
Text Example
Text Example
White with #5FC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC512; }
p { color: rgb(95,197,18); }
H1.HeaderClassName
{
color: #5FC512;
}
.AnyTagClassName
{
color: #5FC512;
}
</style>
background-color css
<style>
a { background-color: #5FC512; }
a { background-color: rgb(95,197,18); }
div.DivClassName
{
background-color: #5FC512;
}
.BgClassName
{
background-color: #5FC512;
}
</style>
border-color css
<style>
span { border-color: #5FC512; }
span { border-color: rgb(95,197,18); }
td.TdClassName
{
border-color: #5FC512;
}
.TagClassName
{
border-color: #5FC512;
}
</style>