Shades of Kelly Green #55D719
Tints of Kelly Green #55D719
RGB
CMYK
RGB Variations
Color information
#55D719 (or 0x55D719) is known color: Kelly Green. HEX triplet: 55, D7 and 19. RGB value is (85,215,25). Sum of RGB (Red+Green+Blue) = 85+215+25=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 215 (84.38% from 255 or 66.15% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 215 - color contains mainly: green. Hex color #55D719 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D719 is #AA28E6. Grayscale: #9B9B9B. Windows color (decimal): -11151591 or 1693525. OLE color: 1693525.
HSL color Cylindrical-coordinate representation of color #55D719: hue angle of 101.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55D719 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 25 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.16 |
| HSL | 101.05º | 0.79% | 0.47% | - |
| HSV(B) | 101.05º | 0.88% | 0.84% | - |
| XYZ | 28.22 | 50.6 | 9.2 | - |
| YUV | 154.47 | 54.93 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 25 | 0.60 | 0 | 0.88 | 0.16 | 101.05 | 0.79 | 0.47 |
| Hex | 55 | D7 | 19 | 3C | 0 | 58 | 10 | 65 | 4F | 2F |
| Octal | 125 | 327 | 31 | 74 | 0 | 130 | 20 | 145 | 117 | 57 |
| Binary | 1010101 | 11010111 | 11001 | 111100 | 0 | 1011000 | 10000 | 1100101 | 1001111 | 101111 |
Color Harmonies of #55D719
Complementary color
Monochromatic Colors of #55D719
Black with #55D719
Text Example
Text Example
White with #55D719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D719; }
p { color: rgb(85,215,25); }
H1.HeaderClassName
{
color: #55D719;
}
.AnyTagClassName
{
color: #55D719;
}
</style>
background-color css
<style>
a { background-color: #55D719; }
a { background-color: rgb(85,215,25); }
div.DivClassName
{
background-color: #55D719;
}
.BgClassName
{
background-color: #55D719;
}
</style>
border-color css
<style>
span { border-color: #55D719; }
span { border-color: rgb(85,215,25); }
td.TdClassName
{
border-color: #55D719;
}
.TagClassName
{
border-color: #55D719;
}
</style>