Shades of Kelly Green #55BC03
Tints of Kelly Green #55BC03
RGB
CMYK
RGB Variations
Color information
#55BC03 (or 0x55BC03) is known color: Kelly Green. HEX triplet: 55, BC and 03. RGB value is (85,188,3). Sum of RGB (Red+Green+Blue) = 85+188+3=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC03 is #AA43FC. Grayscale: #888888. Windows color (decimal): -11158525 or 244821. OLE color: 244821.
HSL color Cylindrical-coordinate representation of color #55BC03: hue angle of 93.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55BC03 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 3 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.26 |
| HSL | 93.41º | 0.97% | 0.37% | - |
| HSV(B) | 93.41º | 0.98% | 0.74% | - |
| XYZ | 21.75 | 37.9 | 6.26 | - |
| YUV | 136.11 | 52.88 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 3 | 0.55 | 0 | 0.98 | 0.26 | 93.41 | 0.97 | 0.37 |
| Hex | 55 | BC | 3 | 37 | 0 | 62 | 1A | 5D | 61 | 25 |
| Octal | 125 | 274 | 3 | 67 | 0 | 142 | 32 | 135 | 141 | 45 |
| Binary | 1010101 | 10111100 | 11 | 110111 | 0 | 1100010 | 11010 | 1011101 | 1100001 | 100101 |
Color Harmonies of #55BC03
Complementary color
Monochromatic Colors of #55BC03
Black with #55BC03
Text Example
Text Example
White with #55BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC03; }
p { color: rgb(85,188,3); }
H1.HeaderClassName
{
color: #55BC03;
}
.AnyTagClassName
{
color: #55BC03;
}
</style>
background-color css
<style>
a { background-color: #55BC03; }
a { background-color: rgb(85,188,3); }
div.DivClassName
{
background-color: #55BC03;
}
.BgClassName
{
background-color: #55BC03;
}
</style>
border-color css
<style>
span { border-color: #55BC03; }
span { border-color: rgb(85,188,3); }
td.TdClassName
{
border-color: #55BC03;
}
.TagClassName
{
border-color: #55BC03;
}
</style>