Shades of Kelly Green #5FBC06
Tints of Kelly Green #5FBC06
RGB
CMYK
RGB Variations
Color information
#5FBC06 (or 0x5FBC06) is known color: Kelly Green. HEX triplet: 5F, BC and 06. RGB value is (95,188,6). Sum of RGB (Red+Green+Blue) = 95+188+6=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBC06 is #A043F9. Grayscale: #8C8C8C. Windows color (decimal): -10503162 or 441439. OLE color: 441439.
HSL color Cylindrical-coordinate representation of color #5FBC06: hue angle of 90.66º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FBC06 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 6 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.26 |
| HSL | 90.66º | 0.94% | 0.38% | - |
| HSV(B) | 90.66º | 0.97% | 0.74% | - |
| XYZ | 22.74 | 38.41 | 6.39 | - |
| YUV | 139.45 | 52.69 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 6 | 0.49 | 0 | 0.97 | 0.26 | 90.66 | 0.94 | 0.38 |
| Hex | 5F | BC | 6 | 31 | 0 | 61 | 1A | 5B | 5E | 26 |
| Octal | 137 | 274 | 6 | 61 | 0 | 141 | 32 | 133 | 136 | 46 |
| Binary | 1011111 | 10111100 | 110 | 110001 | 0 | 1100001 | 11010 | 1011011 | 1011110 | 100110 |
Color Harmonies of #5FBC06
Complementary color
Monochromatic Colors of #5FBC06
Black with #5FBC06
Text Example
Text Example
White with #5FBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC06; }
p { color: rgb(95,188,6); }
H1.HeaderClassName
{
color: #5FBC06;
}
.AnyTagClassName
{
color: #5FBC06;
}
</style>
background-color css
<style>
a { background-color: #5FBC06; }
a { background-color: rgb(95,188,6); }
div.DivClassName
{
background-color: #5FBC06;
}
.BgClassName
{
background-color: #5FBC06;
}
</style>
border-color css
<style>
span { border-color: #5FBC06; }
span { border-color: rgb(95,188,6); }
td.TdClassName
{
border-color: #5FBC06;
}
.TagClassName
{
border-color: #5FBC06;
}
</style>