Shades of Apple #55B232
Tints of Apple #55B232
RGB
CMYK
RGB Variations
Color information
#55B232 (or 0x55B232) is known color: Apple. HEX triplet: 55, B2 and 32. RGB value is (85,178,50). Sum of RGB (Red+Green+Blue) = 85+178+50=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #55B232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B232 is #AA4DCD. Grayscale: #888888. Windows color (decimal): -11161038 or 3322453. OLE color: 3322453.
HSL color Cylindrical-coordinate representation of color #55B232: hue angle of 103.59º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55B232 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 50 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.30 |
| HSL | 103.59º | 0.56% | 0.45% | - |
| HSV(B) | 103.59º | 0.72% | 0.7% | - |
| XYZ | 20.24 | 34 | 8.51 | - |
| YUV | 135.6 | 79.69 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 50 | 0.52 | 0 | 0.72 | 0.30 | 103.59 | 0.56 | 0.45 |
| Hex | 55 | B2 | 32 | 34 | 0 | 48 | 1E | 68 | 38 | 2D |
| Octal | 125 | 262 | 62 | 64 | 0 | 110 | 36 | 150 | 70 | 55 |
| Binary | 1010101 | 10110010 | 110010 | 110100 | 0 | 1001000 | 11110 | 1101000 | 111000 | 101101 |
Color Harmonies of #55B232
Complementary color
Monochromatic Colors of #55B232
Black with #55B232
Text Example
Text Example
White with #55B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B232; }
p { color: rgb(85,178,50); }
H1.HeaderClassName
{
color: #55B232;
}
.AnyTagClassName
{
color: #55B232;
}
</style>
background-color css
<style>
a { background-color: #55B232; }
a { background-color: rgb(85,178,50); }
div.DivClassName
{
background-color: #55B232;
}
.BgClassName
{
background-color: #55B232;
}
</style>
border-color css
<style>
span { border-color: #55B232; }
span { border-color: rgb(85,178,50); }
td.TdClassName
{
border-color: #55B232;
}
.TagClassName
{
border-color: #55B232;
}
</style>