Shades of Kelly Green #55BA26
Tints of Kelly Green #55BA26
RGB
CMYK
RGB Variations
Color information
#55BA26 (or 0x55BA26) is known color: Kelly Green. HEX triplet: 55, BA and 26. RGB value is (85,186,38). Sum of RGB (Red+Green+Blue) = 85+186+38=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA26 is #AA45D9. Grayscale: #8B8B8B. Windows color (decimal): -11159002 or 2538069. OLE color: 2538069.
HSL color Cylindrical-coordinate representation of color #55BA26: hue angle of 100.95º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55BA26 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 38 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.27 |
| HSL | 100.95º | 0.66% | 0.44% | - |
| HSV(B) | 100.95º | 0.8% | 0.73% | - |
| XYZ | 21.66 | 37.19 | 7.87 | - |
| YUV | 138.93 | 71.04 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 38 | 0.54 | 0 | 0.80 | 0.27 | 100.95 | 0.66 | 0.44 |
| Hex | 55 | BA | 26 | 36 | 0 | 50 | 1B | 65 | 42 | 2C |
| Octal | 125 | 272 | 46 | 66 | 0 | 120 | 33 | 145 | 102 | 54 |
| Binary | 1010101 | 10111010 | 100110 | 110110 | 0 | 1010000 | 11011 | 1100101 | 1000010 | 101100 |
Color Harmonies of #55BA26
Complementary color
Monochromatic Colors of #55BA26
Black with #55BA26
Text Example
Text Example
White with #55BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA26; }
p { color: rgb(85,186,38); }
H1.HeaderClassName
{
color: #55BA26;
}
.AnyTagClassName
{
color: #55BA26;
}
</style>
background-color css
<style>
a { background-color: #55BA26; }
a { background-color: rgb(85,186,38); }
div.DivClassName
{
background-color: #55BA26;
}
.BgClassName
{
background-color: #55BA26;
}
</style>
border-color css
<style>
span { border-color: #55BA26; }
span { border-color: rgb(85,186,38); }
td.TdClassName
{
border-color: #55BA26;
}
.TagClassName
{
border-color: #55BA26;
}
</style>