Shades of Kelly Green #5FBA01
Tints of Kelly Green #5FBA01
RGB
CMYK
RGB Variations
Color information
#5FBA01 (or 0x5FBA01) is known color: Kelly Green. HEX triplet: 5F, BA and 01. RGB value is (95,186,1). Sum of RGB (Red+Green+Blue) = 95+186+1=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBA01 is #A045FE. Grayscale: #8A8A8A. Windows color (decimal): -10503679 or 113247. OLE color: 113247.
HSL color Cylindrical-coordinate representation of color #5FBA01: hue angle of 89.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FBA01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.27 |
| HSL | 89.51º | 0.99% | 0.37% | - |
| HSV(B) | 89.51º | 0.99% | 0.73% | - |
| XYZ | 22.28 | 37.55 | 6.1 | - |
| YUV | 137.7 | 50.85 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 1 | 0.49 | 0 | 0.99 | 0.27 | 89.51 | 0.99 | 0.37 |
| Hex | 5F | BA | 1 | 31 | 0 | 63 | 1B | 5A | 63 | 25 |
| Octal | 137 | 272 | 1 | 61 | 0 | 143 | 33 | 132 | 143 | 45 |
| Binary | 1011111 | 10111010 | 1 | 110001 | 0 | 1100011 | 11011 | 1011010 | 1100011 | 100101 |
Color Harmonies of #5FBA01
Complementary color
Monochromatic Colors of #5FBA01
Black with #5FBA01
Text Example
Text Example
White with #5FBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA01; }
p { color: rgb(95,186,1); }
H1.HeaderClassName
{
color: #5FBA01;
}
.AnyTagClassName
{
color: #5FBA01;
}
</style>
background-color css
<style>
a { background-color: #5FBA01; }
a { background-color: rgb(95,186,1); }
div.DivClassName
{
background-color: #5FBA01;
}
.BgClassName
{
background-color: #5FBA01;
}
</style>
border-color css
<style>
span { border-color: #5FBA01; }
span { border-color: rgb(95,186,1); }
td.TdClassName
{
border-color: #5FBA01;
}
.TagClassName
{
border-color: #5FBA01;
}
</style>