Shades of Kelly Green #55BC2C
Tints of Kelly Green #55BC2C
RGB
CMYK
RGB Variations
Color information
#55BC2C (or 0x55BC2C) is known color: Kelly Green. HEX triplet: 55, BC and 2C. RGB value is (85,188,44). Sum of RGB (Red+Green+Blue) = 85+188+44=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC2C is #AA43D3. Grayscale: #8D8D8D. Windows color (decimal): -11158484 or 2931797. OLE color: 2931797.
HSL color Cylindrical-coordinate representation of color #55BC2C: hue angle of 102.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55BC2C is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 44 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.26 |
| HSL | 102.92º | 0.62% | 0.45% | - |
| HSV(B) | 102.92º | 0.77% | 0.74% | - |
| XYZ | 22.18 | 38.08 | 8.56 | - |
| YUV | 140.79 | 73.38 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 44 | 0.55 | 0 | 0.77 | 0.26 | 102.92 | 0.62 | 0.45 |
| Hex | 55 | BC | 2C | 37 | 0 | 4D | 1A | 67 | 3E | 2D |
| Octal | 125 | 274 | 54 | 67 | 0 | 115 | 32 | 147 | 76 | 55 |
| Binary | 1010101 | 10111100 | 101100 | 110111 | 0 | 1001101 | 11010 | 1100111 | 111110 | 101101 |
Color Harmonies of #55BC2C
Complementary color
Monochromatic Colors of #55BC2C
Black with #55BC2C
Text Example
Text Example
White with #55BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC2C; }
p { color: rgb(85,188,44); }
H1.HeaderClassName
{
color: #55BC2C;
}
.AnyTagClassName
{
color: #55BC2C;
}
</style>
background-color css
<style>
a { background-color: #55BC2C; }
a { background-color: rgb(85,188,44); }
div.DivClassName
{
background-color: #55BC2C;
}
.BgClassName
{
background-color: #55BC2C;
}
</style>
border-color css
<style>
span { border-color: #55BC2C; }
span { border-color: rgb(85,188,44); }
td.TdClassName
{
border-color: #55BC2C;
}
.TagClassName
{
border-color: #55BC2C;
}
</style>