Shades of Kelly Green #55BC17
Tints of Kelly Green #55BC17
RGB
CMYK
RGB Variations
Color information
#55BC17 (or 0x55BC17) is known color: Kelly Green. HEX triplet: 55, BC and 17. RGB value is (85,188,23). Sum of RGB (Red+Green+Blue) = 85+188+23=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC17 is #AA43E8. Grayscale: #8A8A8A. Windows color (decimal): -11158505 or 1555541. OLE color: 1555541.
HSL color Cylindrical-coordinate representation of color #55BC17: hue angle of 97.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55BC17 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 23 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.26 |
| HSL | 97.45º | 0.78% | 0.41% | - |
| HSV(B) | 97.45º | 0.88% | 0.74% | - |
| XYZ | 21.88 | 37.96 | 6.98 | - |
| YUV | 138.39 | 62.88 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 23 | 0.55 | 0 | 0.88 | 0.26 | 97.45 | 0.78 | 0.41 |
| Hex | 55 | BC | 17 | 37 | 0 | 58 | 1A | 61 | 4E | 29 |
| Octal | 125 | 274 | 27 | 67 | 0 | 130 | 32 | 141 | 116 | 51 |
| Binary | 1010101 | 10111100 | 10111 | 110111 | 0 | 1011000 | 11010 | 1100001 | 1001110 | 101001 |
Color Harmonies of #55BC17
Complementary color
Monochromatic Colors of #55BC17
Black with #55BC17
Text Example
Text Example
White with #55BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC17; }
p { color: rgb(85,188,23); }
H1.HeaderClassName
{
color: #55BC17;
}
.AnyTagClassName
{
color: #55BC17;
}
</style>
background-color css
<style>
a { background-color: #55BC17; }
a { background-color: rgb(85,188,23); }
div.DivClassName
{
background-color: #55BC17;
}
.BgClassName
{
background-color: #55BC17;
}
</style>
border-color css
<style>
span { border-color: #55BC17; }
span { border-color: rgb(85,188,23); }
td.TdClassName
{
border-color: #55BC17;
}
.TagClassName
{
border-color: #55BC17;
}
</style>