Shades of Kelly Green #55BC07
Tints of Kelly Green #55BC07
RGB
CMYK
RGB Variations
Color information
#55BC07 (or 0x55BC07) is known color: Kelly Green. HEX triplet: 55, BC and 07. RGB value is (85,188,7). Sum of RGB (Red+Green+Blue) = 85+188+7=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC07 is #AA43F8. Grayscale: #898989. Windows color (decimal): -11158521 or 506965. OLE color: 506965.
HSL color Cylindrical-coordinate representation of color #55BC07: hue angle of 94.14º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55BC07 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 7 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.26 |
| HSL | 94.14º | 0.93% | 0.38% | - |
| HSV(B) | 94.14º | 0.96% | 0.74% | - |
| XYZ | 21.77 | 37.91 | 6.37 | - |
| YUV | 136.57 | 54.88 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 7 | 0.55 | 0 | 0.96 | 0.26 | 94.14 | 0.93 | 0.38 |
| Hex | 55 | BC | 7 | 37 | 0 | 60 | 1A | 5E | 5D | 26 |
| Octal | 125 | 274 | 7 | 67 | 0 | 140 | 32 | 136 | 135 | 46 |
| Binary | 1010101 | 10111100 | 111 | 110111 | 0 | 1100000 | 11010 | 1011110 | 1011101 | 100110 |
Color Harmonies of #55BC07
Complementary color
Monochromatic Colors of #55BC07
Black with #55BC07
Text Example
Text Example
White with #55BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC07; }
p { color: rgb(85,188,7); }
H1.HeaderClassName
{
color: #55BC07;
}
.AnyTagClassName
{
color: #55BC07;
}
</style>
background-color css
<style>
a { background-color: #55BC07; }
a { background-color: rgb(85,188,7); }
div.DivClassName
{
background-color: #55BC07;
}
.BgClassName
{
background-color: #55BC07;
}
</style>
border-color css
<style>
span { border-color: #55BC07; }
span { border-color: rgb(85,188,7); }
td.TdClassName
{
border-color: #55BC07;
}
.TagClassName
{
border-color: #55BC07;
}
</style>