Shades of Kelly Green #55C433
Tints of Kelly Green #55C433
RGB
CMYK
RGB Variations
Color information
#55C433 (or 0x55C433) is known color: Kelly Green. HEX triplet: 55, C4 and 33. RGB value is (85,196,51). Sum of RGB (Red+Green+Blue) = 85+196+51=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #55C433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C433 is #AA3BCC. Grayscale: #929292. Windows color (decimal): -11156429 or 3392597. OLE color: 3392597.
HSL color Cylindrical-coordinate representation of color #55C433: hue angle of 105.93º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55C433 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 51 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.23 |
| HSL | 105.93º | 0.59% | 0.48% | - |
| HSV(B) | 105.93º | 0.74% | 0.77% | - |
| XYZ | 24.08 | 41.65 | 9.9 | - |
| YUV | 146.28 | 74.23 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 51 | 0.57 | 0 | 0.74 | 0.23 | 105.93 | 0.59 | 0.48 |
| Hex | 55 | C4 | 33 | 39 | 0 | 4A | 17 | 6A | 3B | 30 |
| Octal | 125 | 304 | 63 | 71 | 0 | 112 | 27 | 152 | 73 | 60 |
| Binary | 1010101 | 11000100 | 110011 | 111001 | 0 | 1001010 | 10111 | 1101010 | 111011 | 110000 |
Color Harmonies of #55C433
Complementary color
Monochromatic Colors of #55C433
Black with #55C433
Text Example
Text Example
White with #55C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C433; }
p { color: rgb(85,196,51); }
H1.HeaderClassName
{
color: #55C433;
}
.AnyTagClassName
{
color: #55C433;
}
</style>
background-color css
<style>
a { background-color: #55C433; }
a { background-color: rgb(85,196,51); }
div.DivClassName
{
background-color: #55C433;
}
.BgClassName
{
background-color: #55C433;
}
</style>
border-color css
<style>
span { border-color: #55C433; }
span { border-color: rgb(85,196,51); }
td.TdClassName
{
border-color: #55C433;
}
.TagClassName
{
border-color: #55C433;
}
</style>