Shades of Kelly Green #55DA15
Tints of Kelly Green #55DA15
RGB
CMYK
RGB Variations
Color information
#55DA15 (or 0x55DA15) is known color: Kelly Green. HEX triplet: 55, DA and 15. RGB value is (85,218,21). Sum of RGB (Red+Green+Blue) = 85+218+21=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DA15 is #AA25EA. Grayscale: #9C9C9C. Windows color (decimal): -11150827 or 1432149. OLE color: 1432149.
HSL color Cylindrical-coordinate representation of color #55DA15: hue angle of 100.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55DA15 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 21 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.15 |
| HSL | 100.51º | 0.82% | 0.47% | - |
| HSV(B) | 100.51º | 0.9% | 0.85% | - |
| XYZ | 28.95 | 52.13 | 9.25 | - |
| YUV | 155.78 | 51.94 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 21 | 0.61 | 0 | 0.90 | 0.15 | 100.51 | 0.82 | 0.47 |
| Hex | 55 | DA | 15 | 3D | 0 | 5A | F | 65 | 52 | 2F |
| Octal | 125 | 332 | 25 | 75 | 0 | 132 | 17 | 145 | 122 | 57 |
| Binary | 1010101 | 11011010 | 10101 | 111101 | 0 | 1011010 | 1111 | 1100101 | 1010010 | 101111 |
Color Harmonies of #55DA15
Complementary color
Monochromatic Colors of #55DA15
Black with #55DA15
Text Example
Text Example
White with #55DA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA15; }
p { color: rgb(85,218,21); }
H1.HeaderClassName
{
color: #55DA15;
}
.AnyTagClassName
{
color: #55DA15;
}
</style>
background-color css
<style>
a { background-color: #55DA15; }
a { background-color: rgb(85,218,21); }
div.DivClassName
{
background-color: #55DA15;
}
.BgClassName
{
background-color: #55DA15;
}
</style>
border-color css
<style>
span { border-color: #55DA15; }
span { border-color: rgb(85,218,21); }
td.TdClassName
{
border-color: #55DA15;
}
.TagClassName
{
border-color: #55DA15;
}
</style>