Shades of Kelly Green #55CF29
Tints of Kelly Green #55CF29
RGB
CMYK
RGB Variations
Color information
#55CF29 (or 0x55CF29) is known color: Kelly Green. HEX triplet: 55, CF and 29. RGB value is (85,207,41). Sum of RGB (Red+Green+Blue) = 85+207+41=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF29 is #AA30D6. Grayscale: #989898. Windows color (decimal): -11153623 or 2740053. OLE color: 2740053.
HSL color Cylindrical-coordinate representation of color #55CF29: hue angle of 104.1º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55CF29 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 41 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.19 |
| HSL | 104.1º | 0.67% | 0.49% | - |
| HSV(B) | 104.1º | 0.8% | 0.81% | - |
| XYZ | 26.46 | 46.72 | 9.72 | - |
| YUV | 151.6 | 65.58 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 41 | 0.59 | 0 | 0.80 | 0.19 | 104.1 | 0.67 | 0.49 |
| Hex | 55 | CF | 29 | 3B | 0 | 50 | 13 | 68 | 43 | 31 |
| Octal | 125 | 317 | 51 | 73 | 0 | 120 | 23 | 150 | 103 | 61 |
| Binary | 1010101 | 11001111 | 101001 | 111011 | 0 | 1010000 | 10011 | 1101000 | 1000011 | 110001 |
Color Harmonies of #55CF29
Complementary color
Monochromatic Colors of #55CF29
Black with #55CF29
Text Example
Text Example
White with #55CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF29; }
p { color: rgb(85,207,41); }
H1.HeaderClassName
{
color: #55CF29;
}
.AnyTagClassName
{
color: #55CF29;
}
</style>
background-color css
<style>
a { background-color: #55CF29; }
a { background-color: rgb(85,207,41); }
div.DivClassName
{
background-color: #55CF29;
}
.BgClassName
{
background-color: #55CF29;
}
</style>
border-color css
<style>
span { border-color: #55CF29; }
span { border-color: rgb(85,207,41); }
td.TdClassName
{
border-color: #55CF29;
}
.TagClassName
{
border-color: #55CF29;
}
</style>