Shades of Apple #55C350
Tints of Apple #55C350
RGB
CMYK
RGB Variations
Color information
#55C350 (or 0x55C350) is known color: Apple. HEX triplet: 55, C3 and 50. RGB value is (85,195,80). Sum of RGB (Red+Green+Blue) = 85+195+80=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #55C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C350 is #AA3CAF. Grayscale: #959595. Windows color (decimal): -11156656 or 5292885. OLE color: 5292885.
HSL color Cylindrical-coordinate representation of color #55C350: hue angle of 117.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C350 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 80 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.24 |
| HSL | 117.39º | 0.49% | 0.54% | - |
| HSV(B) | 117.39º | 0.59% | 0.76% | - |
| XYZ | 24.71 | 41.54 | 14.31 | - |
| YUV | 149 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 80 | 0.56 | 0 | 0.59 | 0.24 | 117.39 | 0.49 | 0.54 |
| Hex | 55 | C3 | 50 | 38 | 0 | 3B | 18 | 75 | 31 | 36 |
| Octal | 125 | 303 | 120 | 70 | 0 | 73 | 30 | 165 | 61 | 66 |
| Binary | 1010101 | 11000011 | 1010000 | 111000 | 0 | 111011 | 11000 | 1110101 | 110001 | 110110 |
Color Harmonies of #55C350
Complementary color
Monochromatic Colors of #55C350
Black with #55C350
Text Example
Text Example
White with #55C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C350; }
p { color: rgb(85,195,80); }
H1.HeaderClassName
{
color: #55C350;
}
.AnyTagClassName
{
color: #55C350;
}
</style>
background-color css
<style>
a { background-color: #55C350; }
a { background-color: rgb(85,195,80); }
div.DivClassName
{
background-color: #55C350;
}
.BgClassName
{
background-color: #55C350;
}
</style>
border-color css
<style>
span { border-color: #55C350; }
span { border-color: rgb(85,195,80); }
td.TdClassName
{
border-color: #55C350;
}
.TagClassName
{
border-color: #55C350;
}
</style>