Shades of Kelly Green #55BC2D
Tints of Kelly Green #55BC2D
RGB
CMYK
RGB Variations
Color information
#55BC2D (or 0x55BC2D) is known color: Kelly Green. HEX triplet: 55, BC and 2D. RGB value is (85,188,45). Sum of RGB (Red+Green+Blue) = 85+188+45=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC2D is #AA43D2. Grayscale: #8D8D8D. Windows color (decimal): -11158483 or 2997333. OLE color: 2997333.
HSL color Cylindrical-coordinate representation of color #55BC2D: hue angle of 103.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55BC2D is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 45 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.26 |
| HSL | 103.22º | 0.61% | 0.46% | - |
| HSV(B) | 103.22º | 0.76% | 0.74% | - |
| XYZ | 22.2 | 38.09 | 8.66 | - |
| YUV | 140.9 | 73.88 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 45 | 0.55 | 0 | 0.76 | 0.26 | 103.22 | 0.61 | 0.46 |
| Hex | 55 | BC | 2D | 37 | 0 | 4C | 1A | 67 | 3D | 2E |
| Octal | 125 | 274 | 55 | 67 | 0 | 114 | 32 | 147 | 75 | 56 |
| Binary | 1010101 | 10111100 | 101101 | 110111 | 0 | 1001100 | 11010 | 1100111 | 111101 | 101110 |
Color Harmonies of #55BC2D
Complementary color
Monochromatic Colors of #55BC2D
Black with #55BC2D
Text Example
Text Example
White with #55BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC2D; }
p { color: rgb(85,188,45); }
H1.HeaderClassName
{
color: #55BC2D;
}
.AnyTagClassName
{
color: #55BC2D;
}
</style>
background-color css
<style>
a { background-color: #55BC2D; }
a { background-color: rgb(85,188,45); }
div.DivClassName
{
background-color: #55BC2D;
}
.BgClassName
{
background-color: #55BC2D;
}
</style>
border-color css
<style>
span { border-color: #55BC2D; }
span { border-color: rgb(85,188,45); }
td.TdClassName
{
border-color: #55BC2D;
}
.TagClassName
{
border-color: #55BC2D;
}
</style>