Shades of Apple #55BC39
Tints of Apple #55BC39
RGB
CMYK
RGB Variations
Color information
#55BC39 (or 0x55BC39) is known color: Apple. HEX triplet: 55, BC and 39. RGB value is (85,188,57). Sum of RGB (Red+Green+Blue) = 85+188+57=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC39 is #AA43C6. Grayscale: #8E8E8E. Windows color (decimal): -11158471 or 3783765. OLE color: 3783765.
HSL color Cylindrical-coordinate representation of color #55BC39: hue angle of 107.18º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55BC39 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 57 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.26 |
| HSL | 107.18º | 0.53% | 0.48% | - |
| HSV(B) | 107.18º | 0.7% | 0.74% | - |
| XYZ | 22.47 | 38.19 | 10.06 | - |
| YUV | 142.27 | 79.88 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 57 | 0.55 | 0 | 0.70 | 0.26 | 107.18 | 0.53 | 0.48 |
| Hex | 55 | BC | 39 | 37 | 0 | 46 | 1A | 6B | 35 | 30 |
| Octal | 125 | 274 | 71 | 67 | 0 | 106 | 32 | 153 | 65 | 60 |
| Binary | 1010101 | 10111100 | 111001 | 110111 | 0 | 1000110 | 11010 | 1101011 | 110101 | 110000 |
Color Harmonies of #55BC39
Complementary color
Monochromatic Colors of #55BC39
Black with #55BC39
Text Example
Text Example
White with #55BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC39; }
p { color: rgb(85,188,57); }
H1.HeaderClassName
{
color: #55BC39;
}
.AnyTagClassName
{
color: #55BC39;
}
</style>
background-color css
<style>
a { background-color: #55BC39; }
a { background-color: rgb(85,188,57); }
div.DivClassName
{
background-color: #55BC39;
}
.BgClassName
{
background-color: #55BC39;
}
</style>
border-color css
<style>
span { border-color: #55BC39; }
span { border-color: rgb(85,188,57); }
td.TdClassName
{
border-color: #55BC39;
}
.TagClassName
{
border-color: #55BC39;
}
</style>