Shades of Kelly Green #55BC2F
Tints of Kelly Green #55BC2F
RGB
CMYK
RGB Variations
Color information
#55BC2F (or 0x55BC2F) is known color: Kelly Green. HEX triplet: 55, BC and 2F. RGB value is (85,188,47). Sum of RGB (Red+Green+Blue) = 85+188+47=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC2F is #AA43D0. Grayscale: #8D8D8D. Windows color (decimal): -11158481 or 3128405. OLE color: 3128405.
HSL color Cylindrical-coordinate representation of color #55BC2F: hue angle of 103.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55BC2F is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 47 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.26 |
| HSL | 103.83º | 0.6% | 0.46% | - |
| HSV(B) | 103.83º | 0.75% | 0.74% | - |
| XYZ | 22.24 | 38.1 | 8.87 | - |
| YUV | 141.13 | 74.88 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 47 | 0.55 | 0 | 0.75 | 0.26 | 103.83 | 0.6 | 0.46 |
| Hex | 55 | BC | 2F | 37 | 0 | 4B | 1A | 68 | 3C | 2E |
| Octal | 125 | 274 | 57 | 67 | 0 | 113 | 32 | 150 | 74 | 56 |
| Binary | 1010101 | 10111100 | 101111 | 110111 | 0 | 1001011 | 11010 | 1101000 | 111100 | 101110 |
Color Harmonies of #55BC2F
Complementary color
Monochromatic Colors of #55BC2F
Black with #55BC2F
Text Example
Text Example
White with #55BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC2F; }
p { color: rgb(85,188,47); }
H1.HeaderClassName
{
color: #55BC2F;
}
.AnyTagClassName
{
color: #55BC2F;
}
</style>
background-color css
<style>
a { background-color: #55BC2F; }
a { background-color: rgb(85,188,47); }
div.DivClassName
{
background-color: #55BC2F;
}
.BgClassName
{
background-color: #55BC2F;
}
</style>
border-color css
<style>
span { border-color: #55BC2F; }
span { border-color: rgb(85,188,47); }
td.TdClassName
{
border-color: #55BC2F;
}
.TagClassName
{
border-color: #55BC2F;
}
</style>