Shades of Kelly Green #55BC27
Tints of Kelly Green #55BC27
RGB
CMYK
RGB Variations
Color information
#55BC27 (or 0x55BC27) is known color: Kelly Green. HEX triplet: 55, BC and 27. RGB value is (85,188,39). Sum of RGB (Red+Green+Blue) = 85+188+39=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC27 is #AA43D8. Grayscale: #8C8C8C. Windows color (decimal): -11158489 or 2604117. OLE color: 2604117.
HSL color Cylindrical-coordinate representation of color #55BC27: hue angle of 101.48º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55BC27 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 39 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.26 |
| HSL | 101.48º | 0.66% | 0.45% | - |
| HSV(B) | 101.48º | 0.79% | 0.74% | - |
| XYZ | 22.1 | 38.04 | 8.1 | - |
| YUV | 140.22 | 70.88 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 39 | 0.55 | 0 | 0.79 | 0.26 | 101.48 | 0.66 | 0.45 |
| Hex | 55 | BC | 27 | 37 | 0 | 4F | 1A | 65 | 42 | 2D |
| Octal | 125 | 274 | 47 | 67 | 0 | 117 | 32 | 145 | 102 | 55 |
| Binary | 1010101 | 10111100 | 100111 | 110111 | 0 | 1001111 | 11010 | 1100101 | 1000010 | 101101 |
Color Harmonies of #55BC27
Complementary color
Monochromatic Colors of #55BC27
Black with #55BC27
Text Example
Text Example
White with #55BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC27; }
p { color: rgb(85,188,39); }
H1.HeaderClassName
{
color: #55BC27;
}
.AnyTagClassName
{
color: #55BC27;
}
</style>
background-color css
<style>
a { background-color: #55BC27; }
a { background-color: rgb(85,188,39); }
div.DivClassName
{
background-color: #55BC27;
}
.BgClassName
{
background-color: #55BC27;
}
</style>
border-color css
<style>
span { border-color: #55BC27; }
span { border-color: rgb(85,188,39); }
td.TdClassName
{
border-color: #55BC27;
}
.TagClassName
{
border-color: #55BC27;
}
</style>