Shades of Kelly Green #5FBA27
Tints of Kelly Green #5FBA27
RGB
CMYK
RGB Variations
Color information
#5FBA27 (or 0x5FBA27) is known color: Kelly Green. HEX triplet: 5F, BA and 27. RGB value is (95,186,39). Sum of RGB (Red+Green+Blue) = 95+186+39=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBA27 is #A045D8. Grayscale: #8E8E8E. Windows color (decimal): -10503641 or 2603615. OLE color: 2603615.
HSL color Cylindrical-coordinate representation of color #5FBA27: hue angle of 97.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FBA27 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 39 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.27 |
| HSL | 97.14º | 0.65% | 0.44% | - |
| HSV(B) | 97.14º | 0.79% | 0.73% | - |
| XYZ | 22.64 | 37.7 | 8 | - |
| YUV | 142.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 39 | 0.49 | 0 | 0.79 | 0.27 | 97.14 | 0.65 | 0.44 |
| Hex | 5F | BA | 27 | 31 | 0 | 4F | 1B | 61 | 41 | 2C |
| Octal | 137 | 272 | 47 | 61 | 0 | 117 | 33 | 141 | 101 | 54 |
| Binary | 1011111 | 10111010 | 100111 | 110001 | 0 | 1001111 | 11011 | 1100001 | 1000001 | 101100 |
Color Harmonies of #5FBA27
Complementary color
Monochromatic Colors of #5FBA27
Black with #5FBA27
Text Example
Text Example
White with #5FBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA27; }
p { color: rgb(95,186,39); }
H1.HeaderClassName
{
color: #5FBA27;
}
.AnyTagClassName
{
color: #5FBA27;
}
</style>
background-color css
<style>
a { background-color: #5FBA27; }
a { background-color: rgb(95,186,39); }
div.DivClassName
{
background-color: #5FBA27;
}
.BgClassName
{
background-color: #5FBA27;
}
</style>
border-color css
<style>
span { border-color: #5FBA27; }
span { border-color: rgb(95,186,39); }
td.TdClassName
{
border-color: #5FBA27;
}
.TagClassName
{
border-color: #5FBA27;
}
</style>