Shades of Kelly Green #55D319
Tints of Kelly Green #55D319
RGB
CMYK
RGB Variations
Color information
#55D319 (or 0x55D319) is known color: Kelly Green. HEX triplet: 55, D3 and 19. RGB value is (85,211,25). Sum of RGB (Red+Green+Blue) = 85+211+25=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 211 (82.81% from 255 or 65.73% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 211 - color contains mainly: green. Hex color #55D319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D319 is #AA2CE6. Grayscale: #989898. Windows color (decimal): -11152615 or 1692501. OLE color: 1692501.
HSL color Cylindrical-coordinate representation of color #55D319: hue angle of 100.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55D319 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 211 | 25 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.17 |
| HSL | 100.65º | 0.79% | 0.46% | - |
| HSV(B) | 100.65º | 0.88% | 0.83% | - |
| XYZ | 27.22 | 48.59 | 8.86 | - |
| YUV | 152.12 | 56.26 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 211 | 25 | 0.60 | 0 | 0.88 | 0.17 | 100.65 | 0.79 | 0.46 |
| Hex | 55 | D3 | 19 | 3C | 0 | 58 | 11 | 65 | 4F | 2E |
| Octal | 125 | 323 | 31 | 74 | 0 | 130 | 21 | 145 | 117 | 56 |
| Binary | 1010101 | 11010011 | 11001 | 111100 | 0 | 1011000 | 10001 | 1100101 | 1001111 | 101110 |
Color Harmonies of #55D319
Complementary color
Monochromatic Colors of #55D319
Black with #55D319
Text Example
Text Example
White with #55D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D319; }
p { color: rgb(85,211,25); }
H1.HeaderClassName
{
color: #55D319;
}
.AnyTagClassName
{
color: #55D319;
}
</style>
background-color css
<style>
a { background-color: #55D319; }
a { background-color: rgb(85,211,25); }
div.DivClassName
{
background-color: #55D319;
}
.BgClassName
{
background-color: #55D319;
}
</style>
border-color css
<style>
span { border-color: #55D319; }
span { border-color: rgb(85,211,25); }
td.TdClassName
{
border-color: #55D319;
}
.TagClassName
{
border-color: #55D319;
}
</style>