Shades of Apple #55BC38
Tints of Apple #55BC38
RGB
CMYK
RGB Variations
Color information
#55BC38 (or 0x55BC38) is known color: Apple. HEX triplet: 55, BC and 38. RGB value is (85,188,56). Sum of RGB (Red+Green+Blue) = 85+188+56=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC38 is #AA43C7. Grayscale: #8E8E8E. Windows color (decimal): -11158472 or 3718229. OLE color: 3718229.
HSL color Cylindrical-coordinate representation of color #55BC38: hue angle of 106.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55BC38 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 56 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.26 |
| HSL | 106.82º | 0.54% | 0.48% | - |
| HSV(B) | 106.82º | 0.7% | 0.74% | - |
| XYZ | 22.44 | 38.18 | 9.93 | - |
| YUV | 142.16 | 79.38 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 56 | 0.55 | 0 | 0.70 | 0.26 | 106.82 | 0.54 | 0.48 |
| Hex | 55 | BC | 38 | 37 | 0 | 46 | 1A | 6B | 36 | 30 |
| Octal | 125 | 274 | 70 | 67 | 0 | 106 | 32 | 153 | 66 | 60 |
| Binary | 1010101 | 10111100 | 111000 | 110111 | 0 | 1000110 | 11010 | 1101011 | 110110 | 110000 |
Color Harmonies of #55BC38
Complementary color
Monochromatic Colors of #55BC38
Black with #55BC38
Text Example
Text Example
White with #55BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC38; }
p { color: rgb(85,188,56); }
H1.HeaderClassName
{
color: #55BC38;
}
.AnyTagClassName
{
color: #55BC38;
}
</style>
background-color css
<style>
a { background-color: #55BC38; }
a { background-color: rgb(85,188,56); }
div.DivClassName
{
background-color: #55BC38;
}
.BgClassName
{
background-color: #55BC38;
}
</style>
border-color css
<style>
span { border-color: #55BC38; }
span { border-color: rgb(85,188,56); }
td.TdClassName
{
border-color: #55BC38;
}
.TagClassName
{
border-color: #55BC38;
}
</style>