Shades of Kelly Green #5FC006
Tints of Kelly Green #5FC006
RGB
CMYK
RGB Variations
Color information
#5FC006 (or 0x5FC006) is known color: Kelly Green. HEX triplet: 5F, C0 and 06. RGB value is (95,192,6). Sum of RGB (Red+Green+Blue) = 95+192+6=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC006 is #A03FF9. Grayscale: #8E8E8E. Windows color (decimal): -10502138 or 442463. OLE color: 442463.
HSL color Cylindrical-coordinate representation of color #5FC006: hue angle of 91.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FC006 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 6 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.25 |
| HSL | 91.29º | 0.94% | 0.39% | - |
| HSV(B) | 91.29º | 0.97% | 0.75% | - |
| XYZ | 23.6 | 40.15 | 6.68 | - |
| YUV | 141.79 | 51.36 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 6 | 0.51 | 0 | 0.97 | 0.25 | 91.29 | 0.94 | 0.39 |
| Hex | 5F | C0 | 6 | 33 | 0 | 61 | 19 | 5B | 5E | 27 |
| Octal | 137 | 300 | 6 | 63 | 0 | 141 | 31 | 133 | 136 | 47 |
| Binary | 1011111 | 11000000 | 110 | 110011 | 0 | 1100001 | 11001 | 1011011 | 1011110 | 100111 |
Color Harmonies of #5FC006
Complementary color
Monochromatic Colors of #5FC006
Black with #5FC006
Text Example
Text Example
White with #5FC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC006; }
p { color: rgb(95,192,6); }
H1.HeaderClassName
{
color: #5FC006;
}
.AnyTagClassName
{
color: #5FC006;
}
</style>
background-color css
<style>
a { background-color: #5FC006; }
a { background-color: rgb(95,192,6); }
div.DivClassName
{
background-color: #5FC006;
}
.BgClassName
{
background-color: #5FC006;
}
</style>
border-color css
<style>
span { border-color: #5FC006; }
span { border-color: rgb(95,192,6); }
td.TdClassName
{
border-color: #5FC006;
}
.TagClassName
{
border-color: #5FC006;
}
</style>