Shades of Kelly Green #55D015
Tints of Kelly Green #55D015
RGB
CMYK
RGB Variations
Color information
#55D015 (or 0x55D015) is known color: Kelly Green. HEX triplet: 55, D0 and 15. RGB value is (85,208,21). Sum of RGB (Red+Green+Blue) = 85+208+21=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #55D015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D015 is #AA2FEA. Grayscale: #969696. Windows color (decimal): -11153387 or 1429589. OLE color: 1429589.
HSL color Cylindrical-coordinate representation of color #55D015: hue angle of 99.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55D015 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 21 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.18 |
| HSL | 99.47º | 0.82% | 0.45% | - |
| HSV(B) | 99.47º | 0.9% | 0.82% | - |
| XYZ | 26.44 | 47.1 | 8.41 | - |
| YUV | 149.91 | 55.25 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 21 | 0.59 | 0 | 0.90 | 0.18 | 99.47 | 0.82 | 0.45 |
| Hex | 55 | D0 | 15 | 3B | 0 | 5A | 12 | 63 | 52 | 2D |
| Octal | 125 | 320 | 25 | 73 | 0 | 132 | 22 | 143 | 122 | 55 |
| Binary | 1010101 | 11010000 | 10101 | 111011 | 0 | 1011010 | 10010 | 1100011 | 1010010 | 101101 |
Color Harmonies of #55D015
Complementary color
Monochromatic Colors of #55D015
Black with #55D015
Text Example
Text Example
White with #55D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D015; }
p { color: rgb(85,208,21); }
H1.HeaderClassName
{
color: #55D015;
}
.AnyTagClassName
{
color: #55D015;
}
</style>
background-color css
<style>
a { background-color: #55D015; }
a { background-color: rgb(85,208,21); }
div.DivClassName
{
background-color: #55D015;
}
.BgClassName
{
background-color: #55D015;
}
</style>
border-color css
<style>
span { border-color: #55D015; }
span { border-color: rgb(85,208,21); }
td.TdClassName
{
border-color: #55D015;
}
.TagClassName
{
border-color: #55D015;
}
</style>