Shades of Kelly Green #55C729
Tints of Kelly Green #55C729
RGB
CMYK
RGB Variations
Color information
#55C729 (or 0x55C729) is known color: Kelly Green. HEX triplet: 55, C7 and 29. RGB value is (85,199,41). Sum of RGB (Red+Green+Blue) = 85+199+41=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #55C729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C729 is #AA38D6. Grayscale: #939393. Windows color (decimal): -11155671 or 2738005. OLE color: 2738005.
HSL color Cylindrical-coordinate representation of color #55C729: hue angle of 103.29º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55C729 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 41 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.22 |
| HSL | 103.29º | 0.66% | 0.47% | - |
| HSV(B) | 103.29º | 0.79% | 0.78% | - |
| XYZ | 24.57 | 42.94 | 9.09 | - |
| YUV | 146.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 41 | 0.57 | 0 | 0.79 | 0.22 | 103.29 | 0.66 | 0.47 |
| Hex | 55 | C7 | 29 | 39 | 0 | 4F | 16 | 67 | 42 | 2F |
| Octal | 125 | 307 | 51 | 71 | 0 | 117 | 26 | 147 | 102 | 57 |
| Binary | 1010101 | 11000111 | 101001 | 111001 | 0 | 1001111 | 10110 | 1100111 | 1000010 | 101111 |
Color Harmonies of #55C729
Complementary color
Monochromatic Colors of #55C729
Black with #55C729
Text Example
Text Example
White with #55C729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C729; }
p { color: rgb(85,199,41); }
H1.HeaderClassName
{
color: #55C729;
}
.AnyTagClassName
{
color: #55C729;
}
</style>
background-color css
<style>
a { background-color: #55C729; }
a { background-color: rgb(85,199,41); }
div.DivClassName
{
background-color: #55C729;
}
.BgClassName
{
background-color: #55C729;
}
</style>
border-color css
<style>
span { border-color: #55C729; }
span { border-color: rgb(85,199,41); }
td.TdClassName
{
border-color: #55C729;
}
.TagClassName
{
border-color: #55C729;
}
</style>