Shades of Apple #55BB39
Tints of Apple #55BB39
RGB
CMYK
RGB Variations
Color information
#55BB39 (or 0x55BB39) is known color: Apple. HEX triplet: 55, BB and 39. RGB value is (85,187,57). Sum of RGB (Red+Green+Blue) = 85+187+57=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB39 is #AA44C6. Grayscale: #8E8E8E. Windows color (decimal): -11158727 or 3783509. OLE color: 3783509.
HSL color Cylindrical-coordinate representation of color #55BB39: hue angle of 107.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55BB39 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 57 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.27 |
| HSL | 107.08º | 0.53% | 0.48% | - |
| HSV(B) | 107.08º | 0.7% | 0.73% | - |
| XYZ | 22.26 | 37.77 | 9.99 | - |
| YUV | 141.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 57 | 0.55 | 0 | 0.70 | 0.27 | 107.08 | 0.53 | 0.48 |
| Hex | 55 | BB | 39 | 37 | 0 | 46 | 1B | 6B | 35 | 30 |
| Octal | 125 | 273 | 71 | 67 | 0 | 106 | 33 | 153 | 65 | 60 |
| Binary | 1010101 | 10111011 | 111001 | 110111 | 0 | 1000110 | 11011 | 1101011 | 110101 | 110000 |
Color Harmonies of #55BB39
Complementary color
Monochromatic Colors of #55BB39
Black with #55BB39
Text Example
Text Example
White with #55BB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB39; }
p { color: rgb(85,187,57); }
H1.HeaderClassName
{
color: #55BB39;
}
.AnyTagClassName
{
color: #55BB39;
}
</style>
background-color css
<style>
a { background-color: #55BB39; }
a { background-color: rgb(85,187,57); }
div.DivClassName
{
background-color: #55BB39;
}
.BgClassName
{
background-color: #55BB39;
}
</style>
border-color css
<style>
span { border-color: #55BB39; }
span { border-color: rgb(85,187,57); }
td.TdClassName
{
border-color: #55BB39;
}
.TagClassName
{
border-color: #55BB39;
}
</style>