Shades of Kelly Green #55C121
Tints of Kelly Green #55C121
RGB
CMYK
RGB Variations
Color information
#55C121 (or 0x55C121) is known color: Kelly Green. HEX triplet: 55, C1 and 21. RGB value is (85,193,33). Sum of RGB (Red+Green+Blue) = 85+193+33=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #55C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C121 is #AA3EDE. Grayscale: #8F8F8F. Windows color (decimal): -11157215 or 2212181. OLE color: 2212181.
HSL color Cylindrical-coordinate representation of color #55C121: hue angle of 100.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55C121 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 33 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.24 |
| HSL | 100.5º | 0.71% | 0.44% | - |
| HSV(B) | 100.5º | 0.83% | 0.76% | - |
| XYZ | 23.09 | 40.18 | 7.98 | - |
| YUV | 142.47 | 66.22 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 33 | 0.56 | 0 | 0.83 | 0.24 | 100.5 | 0.71 | 0.44 |
| Hex | 55 | C1 | 21 | 38 | 0 | 53 | 18 | 64 | 47 | 2C |
| Octal | 125 | 301 | 41 | 70 | 0 | 123 | 30 | 144 | 107 | 54 |
| Binary | 1010101 | 11000001 | 100001 | 111000 | 0 | 1010011 | 11000 | 1100100 | 1000111 | 101100 |
Color Harmonies of #55C121
Complementary color
Monochromatic Colors of #55C121
Black with #55C121
Text Example
Text Example
White with #55C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C121; }
p { color: rgb(85,193,33); }
H1.HeaderClassName
{
color: #55C121;
}
.AnyTagClassName
{
color: #55C121;
}
</style>
background-color css
<style>
a { background-color: #55C121; }
a { background-color: rgb(85,193,33); }
div.DivClassName
{
background-color: #55C121;
}
.BgClassName
{
background-color: #55C121;
}
</style>
border-color css
<style>
span { border-color: #55C121; }
span { border-color: rgb(85,193,33); }
td.TdClassName
{
border-color: #55C121;
}
.TagClassName
{
border-color: #55C121;
}
</style>