Shades of Apple #55B633
Tints of Apple #55B633
RGB
CMYK
RGB Variations
Color information
#55B633 (or 0x55B633) is known color: Apple. HEX triplet: 55, B6 and 33. RGB value is (85,182,51). Sum of RGB (Red+Green+Blue) = 85+182+51=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #55B633 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B633 is #AA49CC. Grayscale: #8A8A8A. Windows color (decimal): -11160013 or 3389013. OLE color: 3389013.
HSL color Cylindrical-coordinate representation of color #55B633: hue angle of 104.43º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55B633 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 51 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.29 |
| HSL | 104.43º | 0.56% | 0.46% | - |
| HSV(B) | 104.43º | 0.72% | 0.71% | - |
| XYZ | 21.07 | 35.63 | 8.9 | - |
| YUV | 138.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 51 | 0.53 | 0 | 0.72 | 0.29 | 104.43 | 0.56 | 0.46 |
| Hex | 55 | B6 | 33 | 35 | 0 | 48 | 1D | 68 | 38 | 2E |
| Octal | 125 | 266 | 63 | 65 | 0 | 110 | 35 | 150 | 70 | 56 |
| Binary | 1010101 | 10110110 | 110011 | 110101 | 0 | 1001000 | 11101 | 1101000 | 111000 | 101110 |
Color Harmonies of #55B633
Complementary color
Monochromatic Colors of #55B633
Black with #55B633
Text Example
Text Example
White with #55B633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B633; }
p { color: rgb(85,182,51); }
H1.HeaderClassName
{
color: #55B633;
}
.AnyTagClassName
{
color: #55B633;
}
</style>
background-color css
<style>
a { background-color: #55B633; }
a { background-color: rgb(85,182,51); }
div.DivClassName
{
background-color: #55B633;
}
.BgClassName
{
background-color: #55B633;
}
</style>
border-color css
<style>
span { border-color: #55B633; }
span { border-color: rgb(85,182,51); }
td.TdClassName
{
border-color: #55B633;
}
.TagClassName
{
border-color: #55B633;
}
</style>