Shades of Kelly Green #55BC0D
Tints of Kelly Green #55BC0D
RGB
CMYK
RGB Variations
Color information
#55BC0D (or 0x55BC0D) is known color: Kelly Green. HEX triplet: 55, BC and 0D. RGB value is (85,188,13). Sum of RGB (Red+Green+Blue) = 85+188+13=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC0D is #AA43F2. Grayscale: #898989. Windows color (decimal): -11158515 or 900181. OLE color: 900181.
HSL color Cylindrical-coordinate representation of color #55BC0D: hue angle of 95.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55BC0D is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 13 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.26 |
| HSL | 95.31º | 0.87% | 0.39% | - |
| HSV(B) | 95.31º | 0.93% | 0.74% | - |
| XYZ | 21.8 | 37.93 | 6.55 | - |
| YUV | 137.25 | 57.88 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 13 | 0.55 | 0 | 0.93 | 0.26 | 95.31 | 0.87 | 0.39 |
| Hex | 55 | BC | D | 37 | 0 | 5D | 1A | 5F | 57 | 27 |
| Octal | 125 | 274 | 15 | 67 | 0 | 135 | 32 | 137 | 127 | 47 |
| Binary | 1010101 | 10111100 | 1101 | 110111 | 0 | 1011101 | 11010 | 1011111 | 1010111 | 100111 |
Color Harmonies of #55BC0D
Complementary color
Monochromatic Colors of #55BC0D
Black with #55BC0D
Text Example
Text Example
White with #55BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC0D; }
p { color: rgb(85,188,13); }
H1.HeaderClassName
{
color: #55BC0D;
}
.AnyTagClassName
{
color: #55BC0D;
}
</style>
background-color css
<style>
a { background-color: #55BC0D; }
a { background-color: rgb(85,188,13); }
div.DivClassName
{
background-color: #55BC0D;
}
.BgClassName
{
background-color: #55BC0D;
}
</style>
border-color css
<style>
span { border-color: #55BC0D; }
span { border-color: rgb(85,188,13); }
td.TdClassName
{
border-color: #55BC0D;
}
.TagClassName
{
border-color: #55BC0D;
}
</style>