Shades of Kelly Green #55BC00
Tints of Kelly Green #55BC00
RGB
CMYK
RGB Variations
Color information
#55BC00 (or 0x55BC00) is known color: Kelly Green. HEX triplet: 55, BC and 00. RGB value is (85,188,0). Sum of RGB (Red+Green+Blue) = 85+188+0=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC00 is #AA43FF. Grayscale: #888888. Windows color (decimal): -11158528 or 48213. OLE color: 48213.
HSL color Cylindrical-coordinate representation of color #55BC00: hue angle of 92.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55BC00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.26 |
| HSL | 92.87º | 1% | 0.37% | - |
| HSV(B) | 92.87º | 1% | 0.74% | - |
| XYZ | 21.73 | 37.9 | 6.17 | - |
| YUV | 135.77 | 51.38 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 0 | 0.55 | 0 | 1 | 0.26 | 92.87 | 1 | 0.37 |
| Hex | 55 | BC | 0 | 37 | 0 | 64 | 1A | 5D | 64 | 25 |
| Octal | 125 | 274 | 0 | 67 | 0 | 144 | 32 | 135 | 144 | 45 |
| Binary | 1010101 | 10111100 | 0 | 110111 | 0 | 1100100 | 11010 | 1011101 | 1100100 | 100101 |
Color Harmonies of #55BC00
Complementary color
Monochromatic Colors of #55BC00
Black with #55BC00
Text Example
Text Example
White with #55BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC00; }
p { color: rgb(85,188,0); }
H1.HeaderClassName
{
color: #55BC00;
}
.AnyTagClassName
{
color: #55BC00;
}
</style>
background-color css
<style>
a { background-color: #55BC00; }
a { background-color: rgb(85,188,0); }
div.DivClassName
{
background-color: #55BC00;
}
.BgClassName
{
background-color: #55BC00;
}
</style>
border-color css
<style>
span { border-color: #55BC00; }
span { border-color: rgb(85,188,0); }
td.TdClassName
{
border-color: #55BC00;
}
.TagClassName
{
border-color: #55BC00;
}
</style>