Shades of Apple #55BC37
Tints of Apple #55BC37
RGB
CMYK
RGB Variations
Color information
#55BC37 (or 0x55BC37) is known color: Apple. HEX triplet: 55, BC and 37. RGB value is (85,188,55). Sum of RGB (Red+Green+Blue) = 85+188+55=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC37 is #AA43C8. Grayscale: #8E8E8E. Windows color (decimal): -11158473 or 3652693. OLE color: 3652693.
HSL color Cylindrical-coordinate representation of color #55BC37: hue angle of 106.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55BC37 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 55 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.26 |
| HSL | 106.47º | 0.55% | 0.48% | - |
| HSV(B) | 106.47º | 0.71% | 0.74% | - |
| XYZ | 22.42 | 38.17 | 9.8 | - |
| YUV | 142.04 | 78.88 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 55 | 0.55 | 0 | 0.71 | 0.26 | 106.47 | 0.55 | 0.48 |
| Hex | 55 | BC | 37 | 37 | 0 | 47 | 1A | 6A | 37 | 30 |
| Octal | 125 | 274 | 67 | 67 | 0 | 107 | 32 | 152 | 67 | 60 |
| Binary | 1010101 | 10111100 | 110111 | 110111 | 0 | 1000111 | 11010 | 1101010 | 110111 | 110000 |
Color Harmonies of #55BC37
Complementary color
Monochromatic Colors of #55BC37
Black with #55BC37
Text Example
Text Example
White with #55BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC37; }
p { color: rgb(85,188,55); }
H1.HeaderClassName
{
color: #55BC37;
}
.AnyTagClassName
{
color: #55BC37;
}
</style>
background-color css
<style>
a { background-color: #55BC37; }
a { background-color: rgb(85,188,55); }
div.DivClassName
{
background-color: #55BC37;
}
.BgClassName
{
background-color: #55BC37;
}
</style>
border-color css
<style>
span { border-color: #55BC37; }
span { border-color: rgb(85,188,55); }
td.TdClassName
{
border-color: #55BC37;
}
.TagClassName
{
border-color: #55BC37;
}
</style>