Shades of Apple #55B73C
Tints of Apple #55B73C
RGB
CMYK
RGB Variations
Color information
#55B73C (or 0x55B73C) is known color: Apple. HEX triplet: 55, B7 and 3C. RGB value is (85,183,60). Sum of RGB (Red+Green+Blue) = 85+183+60=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #55B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B73C is #AA48C3. Grayscale: #8C8C8C. Windows color (decimal): -11159748 or 3979093. OLE color: 3979093.
HSL color Cylindrical-coordinate representation of color #55B73C: hue angle of 107.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55B73C is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 60 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.28 |
| HSL | 107.8º | 0.51% | 0.48% | - |
| HSV(B) | 107.8º | 0.67% | 0.72% | - |
| XYZ | 21.5 | 36.12 | 10.11 | - |
| YUV | 139.68 | 83.03 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 60 | 0.54 | 0 | 0.67 | 0.28 | 107.8 | 0.51 | 0.48 |
| Hex | 55 | B7 | 3C | 36 | 0 | 43 | 1C | 6C | 33 | 30 |
| Octal | 125 | 267 | 74 | 66 | 0 | 103 | 34 | 154 | 63 | 60 |
| Binary | 1010101 | 10110111 | 111100 | 110110 | 0 | 1000011 | 11100 | 1101100 | 110011 | 110000 |
Color Harmonies of #55B73C
Complementary color
Monochromatic Colors of #55B73C
Black with #55B73C
Text Example
Text Example
White with #55B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B73C; }
p { color: rgb(85,183,60); }
H1.HeaderClassName
{
color: #55B73C;
}
.AnyTagClassName
{
color: #55B73C;
}
</style>
background-color css
<style>
a { background-color: #55B73C; }
a { background-color: rgb(85,183,60); }
div.DivClassName
{
background-color: #55B73C;
}
.BgClassName
{
background-color: #55B73C;
}
</style>
border-color css
<style>
span { border-color: #55B73C; }
span { border-color: rgb(85,183,60); }
td.TdClassName
{
border-color: #55B73C;
}
.TagClassName
{
border-color: #55B73C;
}
</style>