Shades of Apple #55BB4C
Tints of Apple #55BB4C
RGB
CMYK
RGB Variations
Color information
#55BB4C (or 0x55BB4C) is known color: Apple. HEX triplet: 55, BB and 4C. RGB value is (85,187,76). Sum of RGB (Red+Green+Blue) = 85+187+76=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB4C is #AA44B3. Grayscale: #909090. Windows color (decimal): -11158708 or 5028693. OLE color: 5028693.
HSL color Cylindrical-coordinate representation of color #55BB4C: hue angle of 115.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BB4C is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 76 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.27 |
| HSL | 115.14º | 0.45% | 0.52% | - |
| HSV(B) | 115.14º | 0.59% | 0.73% | - |
| XYZ | 22.82 | 37.99 | 12.97 | - |
| YUV | 143.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 76 | 0.55 | 0 | 0.59 | 0.27 | 115.14 | 0.45 | 0.52 |
| Hex | 55 | BB | 4C | 37 | 0 | 3B | 1B | 73 | 2D | 34 |
| Octal | 125 | 273 | 114 | 67 | 0 | 73 | 33 | 163 | 55 | 64 |
| Binary | 1010101 | 10111011 | 1001100 | 110111 | 0 | 111011 | 11011 | 1110011 | 101101 | 110100 |
Color Harmonies of #55BB4C
Complementary color
Monochromatic Colors of #55BB4C
Black with #55BB4C
Text Example
Text Example
White with #55BB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB4C; }
p { color: rgb(85,187,76); }
H1.HeaderClassName
{
color: #55BB4C;
}
.AnyTagClassName
{
color: #55BB4C;
}
</style>
background-color css
<style>
a { background-color: #55BB4C; }
a { background-color: rgb(85,187,76); }
div.DivClassName
{
background-color: #55BB4C;
}
.BgClassName
{
background-color: #55BB4C;
}
</style>
border-color css
<style>
span { border-color: #55BB4C; }
span { border-color: rgb(85,187,76); }
td.TdClassName
{
border-color: #55BB4C;
}
.TagClassName
{
border-color: #55BB4C;
}
</style>