Shades of Apple #55C534
Tints of Apple #55C534
RGB
CMYK
RGB Variations
Color information
#55C534 (or 0x55C534) is known color: Apple. HEX triplet: 55, C5 and 34. RGB value is (85,197,52). Sum of RGB (Red+Green+Blue) = 85+197+52=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #55C534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C534 is #AA3ACB. Grayscale: #939393. Windows color (decimal): -11156172 or 3458389. OLE color: 3458389.
HSL color Cylindrical-coordinate representation of color #55C534: hue angle of 106.34º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55C534 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 52 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.23 |
| HSL | 106.34º | 0.58% | 0.49% | - |
| HSV(B) | 106.34º | 0.74% | 0.77% | - |
| XYZ | 24.33 | 42.11 | 10.09 | - |
| YUV | 146.98 | 74.39 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 52 | 0.57 | 0 | 0.74 | 0.23 | 106.34 | 0.58 | 0.49 |
| Hex | 55 | C5 | 34 | 39 | 0 | 4A | 17 | 6A | 3A | 31 |
| Octal | 125 | 305 | 64 | 71 | 0 | 112 | 27 | 152 | 72 | 61 |
| Binary | 1010101 | 11000101 | 110100 | 111001 | 0 | 1001010 | 10111 | 1101010 | 111010 | 110001 |
Color Harmonies of #55C534
Complementary color
Monochromatic Colors of #55C534
Black with #55C534
Text Example
Text Example
White with #55C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C534; }
p { color: rgb(85,197,52); }
H1.HeaderClassName
{
color: #55C534;
}
.AnyTagClassName
{
color: #55C534;
}
</style>
background-color css
<style>
a { background-color: #55C534; }
a { background-color: rgb(85,197,52); }
div.DivClassName
{
background-color: #55C534;
}
.BgClassName
{
background-color: #55C534;
}
</style>
border-color css
<style>
span { border-color: #55C534; }
span { border-color: rgb(85,197,52); }
td.TdClassName
{
border-color: #55C534;
}
.TagClassName
{
border-color: #55C534;
}
</style>