Shades of Kelly Green #55D127
Tints of Kelly Green #55D127
RGB
CMYK
RGB Variations
Color information
#55D127 (or 0x55D127) is known color: Kelly Green. HEX triplet: 55, D1 and 27. RGB value is (85,209,39). Sum of RGB (Red+Green+Blue) = 85+209+39=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #55D127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D127 is #AA2ED8. Grayscale: #999999. Windows color (decimal): -11153113 or 2609493. OLE color: 2609493.
HSL color Cylindrical-coordinate representation of color #55D127: hue angle of 103.76º degrees, saturation: 0.69, 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 #55D127 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 39 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.18 |
| HSL | 103.76º | 0.69% | 0.49% | - |
| HSV(B) | 103.76º | 0.81% | 0.82% | - |
| XYZ | 26.91 | 47.68 | 9.7 | - |
| YUV | 152.54 | 63.92 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 39 | 0.59 | 0 | 0.81 | 0.18 | 103.76 | 0.69 | 0.49 |
| Hex | 55 | D1 | 27 | 3B | 0 | 51 | 12 | 68 | 45 | 31 |
| Octal | 125 | 321 | 47 | 73 | 0 | 121 | 22 | 150 | 105 | 61 |
| Binary | 1010101 | 11010001 | 100111 | 111011 | 0 | 1010001 | 10010 | 1101000 | 1000101 | 110001 |
Color Harmonies of #55D127
Complementary color
Monochromatic Colors of #55D127
Black with #55D127
Text Example
Text Example
White with #55D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D127; }
p { color: rgb(85,209,39); }
H1.HeaderClassName
{
color: #55D127;
}
.AnyTagClassName
{
color: #55D127;
}
</style>
background-color css
<style>
a { background-color: #55D127; }
a { background-color: rgb(85,209,39); }
div.DivClassName
{
background-color: #55D127;
}
.BgClassName
{
background-color: #55D127;
}
</style>
border-color css
<style>
span { border-color: #55D127; }
span { border-color: rgb(85,209,39); }
td.TdClassName
{
border-color: #55D127;
}
.TagClassName
{
border-color: #55D127;
}
</style>