Shades of Kelly Green #55B121
Tints of Kelly Green #55B121
RGB
CMYK
RGB Variations
Color information
#55B121 (or 0x55B121) is known color: Kelly Green. HEX triplet: 55, B1 and 21. RGB value is (85,177,33). Sum of RGB (Red+Green+Blue) = 85+177+33=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #55B121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B121 is #AA4EDE. Grayscale: #858585. Windows color (decimal): -11161311 or 2208085. OLE color: 2208085.
HSL color Cylindrical-coordinate representation of color #55B121: hue angle of 98.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55B121 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 33 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.31 |
| HSL | 98.33º | 0.69% | 0.41% | - |
| HSV(B) | 98.33º | 0.81% | 0.69% | - |
| XYZ | 19.74 | 33.49 | 6.86 | - |
| YUV | 133.08 | 71.52 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 33 | 0.52 | 0 | 0.81 | 0.31 | 98.33 | 0.69 | 0.41 |
| Hex | 55 | B1 | 21 | 34 | 0 | 51 | 1F | 62 | 45 | 29 |
| Octal | 125 | 261 | 41 | 64 | 0 | 121 | 37 | 142 | 105 | 51 |
| Binary | 1010101 | 10110001 | 100001 | 110100 | 0 | 1010001 | 11111 | 1100010 | 1000101 | 101001 |
Color Harmonies of #55B121
Complementary color
Monochromatic Colors of #55B121
Black with #55B121
Text Example
Text Example
White with #55B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B121; }
p { color: rgb(85,177,33); }
H1.HeaderClassName
{
color: #55B121;
}
.AnyTagClassName
{
color: #55B121;
}
</style>
background-color css
<style>
a { background-color: #55B121; }
a { background-color: rgb(85,177,33); }
div.DivClassName
{
background-color: #55B121;
}
.BgClassName
{
background-color: #55B121;
}
</style>
border-color css
<style>
span { border-color: #55B121; }
span { border-color: rgb(85,177,33); }
td.TdClassName
{
border-color: #55B121;
}
.TagClassName
{
border-color: #55B121;
}
</style>