Shades of Kelly Green #55BC0E
Tints of Kelly Green #55BC0E
RGB
CMYK
RGB Variations
Color information
#55BC0E (or 0x55BC0E) is known color: Kelly Green. HEX triplet: 55, BC and 0E. RGB value is (85,188,14). Sum of RGB (Red+Green+Blue) = 85+188+14=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC0E is #AA43F1. Grayscale: #898989. Windows color (decimal): -11158514 or 965717. OLE color: 965717.
HSL color Cylindrical-coordinate representation of color #55BC0E: hue angle of 95.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55BC0E is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 14 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.26 |
| HSL | 95.52º | 0.86% | 0.4% | - |
| HSV(B) | 95.52º | 0.93% | 0.74% | - |
| XYZ | 21.81 | 37.93 | 6.59 | - |
| YUV | 137.37 | 58.38 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 14 | 0.55 | 0 | 0.93 | 0.26 | 95.52 | 0.86 | 0.4 |
| Hex | 55 | BC | E | 37 | 0 | 5D | 1A | 60 | 56 | 28 |
| Octal | 125 | 274 | 16 | 67 | 0 | 135 | 32 | 140 | 126 | 50 |
| Binary | 1010101 | 10111100 | 1110 | 110111 | 0 | 1011101 | 11010 | 1100000 | 1010110 | 101000 |
Color Harmonies of #55BC0E
Complementary color
Monochromatic Colors of #55BC0E
Black with #55BC0E
Text Example
Text Example
White with #55BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC0E; }
p { color: rgb(85,188,14); }
H1.HeaderClassName
{
color: #55BC0E;
}
.AnyTagClassName
{
color: #55BC0E;
}
</style>
background-color css
<style>
a { background-color: #55BC0E; }
a { background-color: rgb(85,188,14); }
div.DivClassName
{
background-color: #55BC0E;
}
.BgClassName
{
background-color: #55BC0E;
}
</style>
border-color css
<style>
span { border-color: #55BC0E; }
span { border-color: rgb(85,188,14); }
td.TdClassName
{
border-color: #55BC0E;
}
.TagClassName
{
border-color: #55BC0E;
}
</style>