Shades of Kelly Green #5FBA08
Tints of Kelly Green #5FBA08
RGB
CMYK
RGB Variations
Color information
#5FBA08 (or 0x5FBA08) is known color: Kelly Green. HEX triplet: 5F, BA and 08. RGB value is (95,186,8). Sum of RGB (Red+Green+Blue) = 95+186+8=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBA08 is #A045F7. Grayscale: #8B8B8B. Windows color (decimal): -10503672 or 571999. OLE color: 571999.
HSL color Cylindrical-coordinate representation of color #5FBA08: hue angle of 90.67º 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 #5FBA08 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 8 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.27 |
| HSL | 90.67º | 0.92% | 0.38% | - |
| HSV(B) | 90.67º | 0.96% | 0.73% | - |
| XYZ | 22.32 | 37.57 | 6.3 | - |
| YUV | 138.5 | 54.35 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 8 | 0.49 | 0 | 0.96 | 0.27 | 90.67 | 0.92 | 0.38 |
| Hex | 5F | BA | 8 | 31 | 0 | 60 | 1B | 5B | 5C | 26 |
| Octal | 137 | 272 | 10 | 61 | 0 | 140 | 33 | 133 | 134 | 46 |
| Binary | 1011111 | 10111010 | 1000 | 110001 | 0 | 1100000 | 11011 | 1011011 | 1011100 | 100110 |
Color Harmonies of #5FBA08
Complementary color
Monochromatic Colors of #5FBA08
Black with #5FBA08
Text Example
Text Example
White with #5FBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA08; }
p { color: rgb(95,186,8); }
H1.HeaderClassName
{
color: #5FBA08;
}
.AnyTagClassName
{
color: #5FBA08;
}
</style>
background-color css
<style>
a { background-color: #5FBA08; }
a { background-color: rgb(95,186,8); }
div.DivClassName
{
background-color: #5FBA08;
}
.BgClassName
{
background-color: #5FBA08;
}
</style>
border-color css
<style>
span { border-color: #5FBA08; }
span { border-color: rgb(95,186,8); }
td.TdClassName
{
border-color: #5FBA08;
}
.TagClassName
{
border-color: #5FBA08;
}
</style>