Shades of Apple #55B03C
Tints of Apple #55B03C
RGB
CMYK
RGB Variations
Color information
#55B03C (or 0x55B03C) is known color: Apple. HEX triplet: 55, B0 and 3C. RGB value is (85,176,60). Sum of RGB (Red+Green+Blue) = 85+176+60=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #55B03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B03C is #AA4FC3. Grayscale: #878787. Windows color (decimal): -11161540 or 3977301. OLE color: 3977301.
HSL color Cylindrical-coordinate representation of color #55B03C: hue angle of 107.07º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55B03C is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 176 | 60 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.31 |
| HSL | 107.07º | 0.49% | 0.46% | - |
| HSV(B) | 107.07º | 0.66% | 0.69% | - |
| XYZ | 20.09 | 33.31 | 9.65 | - |
| YUV | 135.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 60 | 0.52 | 0 | 0.66 | 0.31 | 107.07 | 0.49 | 0.46 |
| Hex | 55 | B0 | 3C | 34 | 0 | 42 | 1F | 6B | 31 | 2E |
| Octal | 125 | 260 | 74 | 64 | 0 | 102 | 37 | 153 | 61 | 56 |
| Binary | 1010101 | 10110000 | 111100 | 110100 | 0 | 1000010 | 11111 | 1101011 | 110001 | 101110 |
Color Harmonies of #55B03C
Complementary color
Monochromatic Colors of #55B03C
Black with #55B03C
Text Example
Text Example
White with #55B03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B03C; }
p { color: rgb(85,176,60); }
H1.HeaderClassName
{
color: #55B03C;
}
.AnyTagClassName
{
color: #55B03C;
}
</style>
background-color css
<style>
a { background-color: #55B03C; }
a { background-color: rgb(85,176,60); }
div.DivClassName
{
background-color: #55B03C;
}
.BgClassName
{
background-color: #55B03C;
}
</style>
border-color css
<style>
span { border-color: #55B03C; }
span { border-color: rgb(85,176,60); }
td.TdClassName
{
border-color: #55B03C;
}
.TagClassName
{
border-color: #55B03C;
}
</style>