Shades of Kelly Green #5FBA03
Tints of Kelly Green #5FBA03
RGB
CMYK
RGB Variations
Color information
#5FBA03 (or 0x5FBA03) is known color: Kelly Green. HEX triplet: 5F, BA and 03. RGB value is (95,186,3). Sum of RGB (Red+Green+Blue) = 95+186+3=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBA03 is #A045FC. Grayscale: #8A8A8A. Windows color (decimal): -10503677 or 244319. OLE color: 244319.
HSL color Cylindrical-coordinate representation of color #5FBA03: hue angle of 89.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FBA03 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.27 |
| HSL | 89.84º | 0.97% | 0.37% | - |
| HSV(B) | 89.84º | 0.98% | 0.73% | - |
| XYZ | 22.29 | 37.56 | 6.16 | - |
| YUV | 137.93 | 51.85 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 3 | 0.49 | 0 | 0.98 | 0.27 | 89.84 | 0.97 | 0.37 |
| Hex | 5F | BA | 3 | 31 | 0 | 62 | 1B | 5A | 61 | 25 |
| Octal | 137 | 272 | 3 | 61 | 0 | 142 | 33 | 132 | 141 | 45 |
| Binary | 1011111 | 10111010 | 11 | 110001 | 0 | 1100010 | 11011 | 1011010 | 1100001 | 100101 |
Color Harmonies of #5FBA03
Complementary color
Monochromatic Colors of #5FBA03
Black with #5FBA03
Text Example
Text Example
White with #5FBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA03; }
p { color: rgb(95,186,3); }
H1.HeaderClassName
{
color: #5FBA03;
}
.AnyTagClassName
{
color: #5FBA03;
}
</style>
background-color css
<style>
a { background-color: #5FBA03; }
a { background-color: rgb(95,186,3); }
div.DivClassName
{
background-color: #5FBA03;
}
.BgClassName
{
background-color: #5FBA03;
}
</style>
border-color css
<style>
span { border-color: #5FBA03; }
span { border-color: rgb(95,186,3); }
td.TdClassName
{
border-color: #5FBA03;
}
.TagClassName
{
border-color: #5FBA03;
}
</style>