Shades of Kelly Green #5FBC08
Tints of Kelly Green #5FBC08
RGB
CMYK
RGB Variations
Color information
#5FBC08 (or 0x5FBC08) is known color: Kelly Green. HEX triplet: 5F, BC and 08. RGB value is (95,188,8). Sum of RGB (Red+Green+Blue) = 95+188+8=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBC08 is #A043F7. Grayscale: #8C8C8C. Windows color (decimal): -10503160 or 572511. OLE color: 572511.
HSL color Cylindrical-coordinate representation of color #5FBC08: hue angle of 91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FBC08 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 8 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.26 |
| HSL | 91º | 0.92% | 0.38% | - |
| HSV(B) | 91º | 0.96% | 0.74% | - |
| XYZ | 22.75 | 38.42 | 6.45 | - |
| YUV | 139.67 | 53.69 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 8 | 0.49 | 0 | 0.96 | 0.26 | 91 | 0.92 | 0.38 |
| Hex | 5F | BC | 8 | 31 | 0 | 60 | 1A | 5B | 5C | 26 |
| Octal | 137 | 274 | 10 | 61 | 0 | 140 | 32 | 133 | 134 | 46 |
| Binary | 1011111 | 10111100 | 1000 | 110001 | 0 | 1100000 | 11010 | 1011011 | 1011100 | 100110 |
Color Harmonies of #5FBC08
Complementary color
Monochromatic Colors of #5FBC08
Black with #5FBC08
Text Example
Text Example
White with #5FBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC08; }
p { color: rgb(95,188,8); }
H1.HeaderClassName
{
color: #5FBC08;
}
.AnyTagClassName
{
color: #5FBC08;
}
</style>
background-color css
<style>
a { background-color: #5FBC08; }
a { background-color: rgb(95,188,8); }
div.DivClassName
{
background-color: #5FBC08;
}
.BgClassName
{
background-color: #5FBC08;
}
</style>
border-color css
<style>
span { border-color: #5FBC08; }
span { border-color: rgb(95,188,8); }
td.TdClassName
{
border-color: #5FBC08;
}
.TagClassName
{
border-color: #5FBC08;
}
</style>