Shades of Kelly Green #55C321
Tints of Kelly Green #55C321
RGB
CMYK
RGB Variations
Color information
#55C321 (or 0x55C321) is known color: Kelly Green. HEX triplet: 55, C3 and 21. RGB value is (85,195,33). Sum of RGB (Red+Green+Blue) = 85+195+33=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #55C321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C321 is #AA3CDE. Grayscale: #909090. Windows color (decimal): -11156703 or 2212693. OLE color: 2212693.
HSL color Cylindrical-coordinate representation of color #55C321: hue angle of 100.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55C321 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 33 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.24 |
| HSL | 100.74º | 0.71% | 0.45% | - |
| HSV(B) | 100.74º | 0.83% | 0.76% | - |
| XYZ | 23.54 | 41.07 | 8.13 | - |
| YUV | 143.64 | 65.56 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 33 | 0.56 | 0 | 0.83 | 0.24 | 100.74 | 0.71 | 0.45 |
| Hex | 55 | C3 | 21 | 38 | 0 | 53 | 18 | 65 | 47 | 2D |
| Octal | 125 | 303 | 41 | 70 | 0 | 123 | 30 | 145 | 107 | 55 |
| Binary | 1010101 | 11000011 | 100001 | 111000 | 0 | 1010011 | 11000 | 1100101 | 1000111 | 101101 |
Color Harmonies of #55C321
Complementary color
Monochromatic Colors of #55C321
Black with #55C321
Text Example
Text Example
White with #55C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C321; }
p { color: rgb(85,195,33); }
H1.HeaderClassName
{
color: #55C321;
}
.AnyTagClassName
{
color: #55C321;
}
</style>
background-color css
<style>
a { background-color: #55C321; }
a { background-color: rgb(85,195,33); }
div.DivClassName
{
background-color: #55C321;
}
.BgClassName
{
background-color: #55C321;
}
</style>
border-color css
<style>
span { border-color: #55C321; }
span { border-color: rgb(85,195,33); }
td.TdClassName
{
border-color: #55C321;
}
.TagClassName
{
border-color: #55C321;
}
</style>