Shades of Kelly Green #5FBB08
Tints of Kelly Green #5FBB08
RGB
CMYK
RGB Variations
Color information
#5FBB08 (or 0x5FBB08) is known color: Kelly Green. HEX triplet: 5F, BB and 08. RGB value is (95,187,8). Sum of RGB (Red+Green+Blue) = 95+187+8=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBB08 is #A044F7. Grayscale: #8B8B8B. Windows color (decimal): -10503416 or 572255. OLE color: 572255.
HSL color Cylindrical-coordinate representation of color #5FBB08: hue angle of 90.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FBB08 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 187 | 8 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.27 |
| HSL | 90.84º | 0.92% | 0.38% | - |
| HSV(B) | 90.84º | 0.96% | 0.73% | - |
| XYZ | 22.53 | 37.99 | 6.38 | - |
| YUV | 139.09 | 54.02 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 8 | 0.49 | 0 | 0.96 | 0.27 | 90.84 | 0.92 | 0.38 |
| Hex | 5F | BB | 8 | 31 | 0 | 60 | 1B | 5B | 5C | 26 |
| Octal | 137 | 273 | 10 | 61 | 0 | 140 | 33 | 133 | 134 | 46 |
| Binary | 1011111 | 10111011 | 1000 | 110001 | 0 | 1100000 | 11011 | 1011011 | 1011100 | 100110 |
Color Harmonies of #5FBB08
Complementary color
Monochromatic Colors of #5FBB08
Black with #5FBB08
Text Example
Text Example
White with #5FBB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBB08; }
p { color: rgb(95,187,8); }
H1.HeaderClassName
{
color: #5FBB08;
}
.AnyTagClassName
{
color: #5FBB08;
}
</style>
background-color css
<style>
a { background-color: #5FBB08; }
a { background-color: rgb(95,187,8); }
div.DivClassName
{
background-color: #5FBB08;
}
.BgClassName
{
background-color: #5FBB08;
}
</style>
border-color css
<style>
span { border-color: #5FBB08; }
span { border-color: rgb(95,187,8); }
td.TdClassName
{
border-color: #5FBB08;
}
.TagClassName
{
border-color: #5FBB08;
}
</style>