Shades of Kelly Green #55CD28
Tints of Kelly Green #55CD28
RGB
CMYK
RGB Variations
Color information
#55CD28 (or 0x55CD28) is known color: Kelly Green. HEX triplet: 55, CD and 28. RGB value is (85,205,40). Sum of RGB (Red+Green+Blue) = 85+205+40=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CD28 is #AA32D7. Grayscale: #969696. Windows color (decimal): -11154136 or 2674005. OLE color: 2674005.
HSL color Cylindrical-coordinate representation of color #55CD28: hue angle of 103.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55CD28 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 205 | 40 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.20 |
| HSL | 103.64º | 0.67% | 0.48% | - |
| HSV(B) | 103.64º | 0.8% | 0.8% | - |
| XYZ | 25.96 | 45.75 | 9.47 | - |
| YUV | 150.31 | 65.74 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 40 | 0.59 | 0 | 0.80 | 0.20 | 103.64 | 0.67 | 0.48 |
| Hex | 55 | CD | 28 | 3B | 0 | 50 | 14 | 68 | 43 | 30 |
| Octal | 125 | 315 | 50 | 73 | 0 | 120 | 24 | 150 | 103 | 60 |
| Binary | 1010101 | 11001101 | 101000 | 111011 | 0 | 1010000 | 10100 | 1101000 | 1000011 | 110000 |
Color Harmonies of #55CD28
Complementary color
Monochromatic Colors of #55CD28
Black with #55CD28
Text Example
Text Example
White with #55CD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CD28; }
p { color: rgb(85,205,40); }
H1.HeaderClassName
{
color: #55CD28;
}
.AnyTagClassName
{
color: #55CD28;
}
</style>
background-color css
<style>
a { background-color: #55CD28; }
a { background-color: rgb(85,205,40); }
div.DivClassName
{
background-color: #55CD28;
}
.BgClassName
{
background-color: #55CD28;
}
</style>
border-color css
<style>
span { border-color: #55CD28; }
span { border-color: rgb(85,205,40); }
td.TdClassName
{
border-color: #55CD28;
}
.TagClassName
{
border-color: #55CD28;
}
</style>