Shades of Kelly Green #55D028
Tints of Kelly Green #55D028
RGB
CMYK
RGB Variations
Color information
#55D028 (or 0x55D028) is known color: Kelly Green. HEX triplet: 55, D0 and 28. RGB value is (85,208,40). Sum of RGB (Red+Green+Blue) = 85+208+40=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #55D028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D028 is #AA2FD7. Grayscale: #989898. Windows color (decimal): -11153368 or 2674773. OLE color: 2674773.
HSL color Cylindrical-coordinate representation of color #55D028: hue angle of 103.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55D028 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 40 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.18 |
| HSL | 103.93º | 0.68% | 0.49% | - |
| HSV(B) | 103.93º | 0.81% | 0.82% | - |
| XYZ | 26.69 | 47.2 | 9.71 | - |
| YUV | 152.07 | 64.75 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 40 | 0.59 | 0 | 0.81 | 0.18 | 103.93 | 0.68 | 0.49 |
| Hex | 55 | D0 | 28 | 3B | 0 | 51 | 12 | 68 | 44 | 31 |
| Octal | 125 | 320 | 50 | 73 | 0 | 121 | 22 | 150 | 104 | 61 |
| Binary | 1010101 | 11010000 | 101000 | 111011 | 0 | 1010001 | 10010 | 1101000 | 1000100 | 110001 |
Color Harmonies of #55D028
Complementary color
Monochromatic Colors of #55D028
Black with #55D028
Text Example
Text Example
White with #55D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D028; }
p { color: rgb(85,208,40); }
H1.HeaderClassName
{
color: #55D028;
}
.AnyTagClassName
{
color: #55D028;
}
</style>
background-color css
<style>
a { background-color: #55D028; }
a { background-color: rgb(85,208,40); }
div.DivClassName
{
background-color: #55D028;
}
.BgClassName
{
background-color: #55D028;
}
</style>
border-color css
<style>
span { border-color: #55D028; }
span { border-color: rgb(85,208,40); }
td.TdClassName
{
border-color: #55D028;
}
.TagClassName
{
border-color: #55D028;
}
</style>