Shades of Kelly Green #55BC15
Tints of Kelly Green #55BC15
RGB
CMYK
RGB Variations
Color information
#55BC15 (or 0x55BC15) is known color: Kelly Green. HEX triplet: 55, BC and 15. RGB value is (85,188,21). Sum of RGB (Red+Green+Blue) = 85+188+21=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC15 is #AA43EA. Grayscale: #8A8A8A. Windows color (decimal): -11158507 or 1424469. OLE color: 1424469.
HSL color Cylindrical-coordinate representation of color #55BC15: hue angle of 97.01º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55BC15 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 21 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.26 |
| HSL | 97.01º | 0.8% | 0.41% | - |
| HSV(B) | 97.01º | 0.89% | 0.74% | - |
| XYZ | 21.86 | 37.95 | 6.88 | - |
| YUV | 138.17 | 61.88 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 21 | 0.55 | 0 | 0.89 | 0.26 | 97.01 | 0.8 | 0.41 |
| Hex | 55 | BC | 15 | 37 | 0 | 59 | 1A | 61 | 50 | 29 |
| Octal | 125 | 274 | 25 | 67 | 0 | 131 | 32 | 141 | 120 | 51 |
| Binary | 1010101 | 10111100 | 10101 | 110111 | 0 | 1011001 | 11010 | 1100001 | 1010000 | 101001 |
Color Harmonies of #55BC15
Complementary color
Monochromatic Colors of #55BC15
Black with #55BC15
Text Example
Text Example
White with #55BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC15; }
p { color: rgb(85,188,21); }
H1.HeaderClassName
{
color: #55BC15;
}
.AnyTagClassName
{
color: #55BC15;
}
</style>
background-color css
<style>
a { background-color: #55BC15; }
a { background-color: rgb(85,188,21); }
div.DivClassName
{
background-color: #55BC15;
}
.BgClassName
{
background-color: #55BC15;
}
</style>
border-color css
<style>
span { border-color: #55BC15; }
span { border-color: rgb(85,188,21); }
td.TdClassName
{
border-color: #55BC15;
}
.TagClassName
{
border-color: #55BC15;
}
</style>