Shades of Kelly Green #55BD24
Tints of Kelly Green #55BD24
RGB
CMYK
RGB Variations
Color information
#55BD24 (or 0x55BD24) is known color: Kelly Green. HEX triplet: 55, BD and 24. RGB value is (85,189,36). Sum of RGB (Red+Green+Blue) = 85+189+36=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BD24 is #AA42DB. Grayscale: #8C8C8C. Windows color (decimal): -11158236 or 2407765. OLE color: 2407765.
HSL color Cylindrical-coordinate representation of color #55BD24: hue angle of 100.78º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55BD24 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 36 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.26 |
| HSL | 100.78º | 0.68% | 0.44% | - |
| HSV(B) | 100.78º | 0.81% | 0.74% | - |
| XYZ | 22.26 | 38.45 | 7.92 | - |
| YUV | 140.46 | 69.04 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 36 | 0.55 | 0 | 0.81 | 0.26 | 100.78 | 0.68 | 0.44 |
| Hex | 55 | BD | 24 | 37 | 0 | 51 | 1A | 65 | 44 | 2C |
| Octal | 125 | 275 | 44 | 67 | 0 | 121 | 32 | 145 | 104 | 54 |
| Binary | 1010101 | 10111101 | 100100 | 110111 | 0 | 1010001 | 11010 | 1100101 | 1000100 | 101100 |
Color Harmonies of #55BD24
Complementary color
Monochromatic Colors of #55BD24
Black with #55BD24
Text Example
Text Example
White with #55BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD24; }
p { color: rgb(85,189,36); }
H1.HeaderClassName
{
color: #55BD24;
}
.AnyTagClassName
{
color: #55BD24;
}
</style>
background-color css
<style>
a { background-color: #55BD24; }
a { background-color: rgb(85,189,36); }
div.DivClassName
{
background-color: #55BD24;
}
.BgClassName
{
background-color: #55BD24;
}
</style>
border-color css
<style>
span { border-color: #55BD24; }
span { border-color: rgb(85,189,36); }
td.TdClassName
{
border-color: #55BD24;
}
.TagClassName
{
border-color: #55BD24;
}
</style>