Shades of Apple #55BC33
Tints of Apple #55BC33
RGB
CMYK
RGB Variations
Color information
#55BC33 (or 0x55BC33) is known color: Apple. HEX triplet: 55, BC and 33. RGB value is (85,188,51). Sum of RGB (Red+Green+Blue) = 85+188+51=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC33 is #AA43CC. Grayscale: #8E8E8E. Windows color (decimal): -11158477 or 3390549. OLE color: 3390549.
HSL color Cylindrical-coordinate representation of color #55BC33: hue angle of 105.11º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55BC33 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 51 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.26 |
| HSL | 105.11º | 0.57% | 0.47% | - |
| HSV(B) | 105.11º | 0.73% | 0.74% | - |
| XYZ | 22.33 | 38.14 | 9.32 | - |
| YUV | 141.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 51 | 0.55 | 0 | 0.73 | 0.26 | 105.11 | 0.57 | 0.47 |
| Hex | 55 | BC | 33 | 37 | 0 | 49 | 1A | 69 | 39 | 2F |
| Octal | 125 | 274 | 63 | 67 | 0 | 111 | 32 | 151 | 71 | 57 |
| Binary | 1010101 | 10111100 | 110011 | 110111 | 0 | 1001001 | 11010 | 1101001 | 111001 | 101111 |
Color Harmonies of #55BC33
Complementary color
Monochromatic Colors of #55BC33
Black with #55BC33
Text Example
Text Example
White with #55BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC33; }
p { color: rgb(85,188,51); }
H1.HeaderClassName
{
color: #55BC33;
}
.AnyTagClassName
{
color: #55BC33;
}
</style>
background-color css
<style>
a { background-color: #55BC33; }
a { background-color: rgb(85,188,51); }
div.DivClassName
{
background-color: #55BC33;
}
.BgClassName
{
background-color: #55BC33;
}
</style>
border-color css
<style>
span { border-color: #55BC33; }
span { border-color: rgb(85,188,51); }
td.TdClassName
{
border-color: #55BC33;
}
.TagClassName
{
border-color: #55BC33;
}
</style>