Shades of Kelly Green #55BA28
Tints of Kelly Green #55BA28
RGB
CMYK
RGB Variations
Color information
#55BA28 (or 0x55BA28) is known color: Kelly Green. HEX triplet: 55, BA and 28. RGB value is (85,186,40). Sum of RGB (Red+Green+Blue) = 85+186+40=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA28 is #AA45D7. Grayscale: #8B8B8B. Windows color (decimal): -11159000 or 2669141. OLE color: 2669141.
HSL color Cylindrical-coordinate representation of color #55BA28: hue angle of 101.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55BA28 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 40 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.27 |
| HSL | 101.51º | 0.65% | 0.44% | - |
| HSV(B) | 101.51º | 0.78% | 0.73% | - |
| XYZ | 21.69 | 37.2 | 8.05 | - |
| YUV | 139.16 | 72.04 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 40 | 0.54 | 0 | 0.78 | 0.27 | 101.51 | 0.65 | 0.44 |
| Hex | 55 | BA | 28 | 36 | 0 | 4E | 1B | 66 | 41 | 2C |
| Octal | 125 | 272 | 50 | 66 | 0 | 116 | 33 | 146 | 101 | 54 |
| Binary | 1010101 | 10111010 | 101000 | 110110 | 0 | 1001110 | 11011 | 1100110 | 1000001 | 101100 |
Color Harmonies of #55BA28
Complementary color
Monochromatic Colors of #55BA28
Black with #55BA28
Text Example
Text Example
White with #55BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA28; }
p { color: rgb(85,186,40); }
H1.HeaderClassName
{
color: #55BA28;
}
.AnyTagClassName
{
color: #55BA28;
}
</style>
background-color css
<style>
a { background-color: #55BA28; }
a { background-color: rgb(85,186,40); }
div.DivClassName
{
background-color: #55BA28;
}
.BgClassName
{
background-color: #55BA28;
}
</style>
border-color css
<style>
span { border-color: #55BA28; }
span { border-color: rgb(85,186,40); }
td.TdClassName
{
border-color: #55BA28;
}
.TagClassName
{
border-color: #55BA28;
}
</style>