Shades of Kelly Green #55DE28
Tints of Kelly Green #55DE28
RGB
CMYK
RGB Variations
Color information
#55DE28 (or 0x55DE28) is known color: Kelly Green. HEX triplet: 55, DE and 28. RGB value is (85,222,40). Sum of RGB (Red+Green+Blue) = 85+222+40=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DE28 is #AA21D7. Grayscale: #A0A0A0. Windows color (decimal): -11149784 or 2678357. OLE color: 2678357.
HSL color Cylindrical-coordinate representation of color #55DE28: hue angle of 105.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55DE28 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 40 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.13 |
| HSL | 105.16º | 0.73% | 0.51% | - |
| HSV(B) | 105.16º | 0.82% | 0.87% | - |
| XYZ | 30.25 | 54.33 | 10.9 | - |
| YUV | 160.29 | 60.11 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 40 | 0.62 | 0 | 0.82 | 0.13 | 105.16 | 0.73 | 0.51 |
| Hex | 55 | DE | 28 | 3E | 0 | 52 | D | 69 | 49 | 33 |
| Octal | 125 | 336 | 50 | 76 | 0 | 122 | 15 | 151 | 111 | 63 |
| Binary | 1010101 | 11011110 | 101000 | 111110 | 0 | 1010010 | 1101 | 1101001 | 1001001 | 110011 |
Color Harmonies of #55DE28
Complementary color
Monochromatic Colors of #55DE28
Black with #55DE28
Text Example
Text Example
White with #55DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DE28; }
p { color: rgb(85,222,40); }
H1.HeaderClassName
{
color: #55DE28;
}
.AnyTagClassName
{
color: #55DE28;
}
</style>
background-color css
<style>
a { background-color: #55DE28; }
a { background-color: rgb(85,222,40); }
div.DivClassName
{
background-color: #55DE28;
}
.BgClassName
{
background-color: #55DE28;
}
</style>
border-color css
<style>
span { border-color: #55DE28; }
span { border-color: rgb(85,222,40); }
td.TdClassName
{
border-color: #55DE28;
}
.TagClassName
{
border-color: #55DE28;
}
</style>