Shades of Kelly Green #55C330
Tints of Kelly Green #55C330
RGB
CMYK
RGB Variations
Color information
#55C330 (or 0x55C330) is known color: Kelly Green. HEX triplet: 55, C3 and 30. RGB value is (85,195,48). Sum of RGB (Red+Green+Blue) = 85+195+48=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #55C330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C330 is #AA3CCF. Grayscale: #919191. Windows color (decimal): -11156688 or 3195733. OLE color: 3195733.
HSL color Cylindrical-coordinate representation of color #55C330: hue angle of 104.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55C330 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 48 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.24 |
| HSL | 104.9º | 0.6% | 0.48% | - |
| HSV(B) | 104.9º | 0.75% | 0.76% | - |
| XYZ | 23.79 | 41.17 | 9.49 | - |
| YUV | 145.35 | 73.06 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 48 | 0.56 | 0 | 0.75 | 0.24 | 104.9 | 0.6 | 0.48 |
| Hex | 55 | C3 | 30 | 38 | 0 | 4B | 18 | 69 | 3C | 30 |
| Octal | 125 | 303 | 60 | 70 | 0 | 113 | 30 | 151 | 74 | 60 |
| Binary | 1010101 | 11000011 | 110000 | 111000 | 0 | 1001011 | 11000 | 1101001 | 111100 | 110000 |
Color Harmonies of #55C330
Complementary color
Monochromatic Colors of #55C330
Black with #55C330
Text Example
Text Example
White with #55C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C330; }
p { color: rgb(85,195,48); }
H1.HeaderClassName
{
color: #55C330;
}
.AnyTagClassName
{
color: #55C330;
}
</style>
background-color css
<style>
a { background-color: #55C330; }
a { background-color: rgb(85,195,48); }
div.DivClassName
{
background-color: #55C330;
}
.BgClassName
{
background-color: #55C330;
}
</style>
border-color css
<style>
span { border-color: #55C330; }
span { border-color: rgb(85,195,48); }
td.TdClassName
{
border-color: #55C330;
}
.TagClassName
{
border-color: #55C330;
}
</style>