Shades of Apple #55C436
Tints of Apple #55C436
RGB
CMYK
RGB Variations
Color information
#55C436 (or 0x55C436) is known color: Apple. HEX triplet: 55, C4 and 36. RGB value is (85,196,54). Sum of RGB (Red+Green+Blue) = 85+196+54=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #55C436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C436 is #AA3BC9. Grayscale: #939393. Windows color (decimal): -11156426 or 3589205. OLE color: 3589205.
HSL color Cylindrical-coordinate representation of color #55C436: hue angle of 106.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55C436 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 54 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.23 |
| HSL | 106.9º | 0.57% | 0.49% | - |
| HSV(B) | 106.9º | 0.72% | 0.77% | - |
| XYZ | 24.15 | 41.68 | 10.26 | - |
| YUV | 146.62 | 75.73 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 54 | 0.57 | 0 | 0.72 | 0.23 | 106.9 | 0.57 | 0.49 |
| Hex | 55 | C4 | 36 | 39 | 0 | 48 | 17 | 6B | 39 | 31 |
| Octal | 125 | 304 | 66 | 71 | 0 | 110 | 27 | 153 | 71 | 61 |
| Binary | 1010101 | 11000100 | 110110 | 111001 | 0 | 1001000 | 10111 | 1101011 | 111001 | 110001 |
Color Harmonies of #55C436
Complementary color
Monochromatic Colors of #55C436
Black with #55C436
Text Example
Text Example
White with #55C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C436; }
p { color: rgb(85,196,54); }
H1.HeaderClassName
{
color: #55C436;
}
.AnyTagClassName
{
color: #55C436;
}
</style>
background-color css
<style>
a { background-color: #55C436; }
a { background-color: rgb(85,196,54); }
div.DivClassName
{
background-color: #55C436;
}
.BgClassName
{
background-color: #55C436;
}
</style>
border-color css
<style>
span { border-color: #55C436; }
span { border-color: rgb(85,196,54); }
td.TdClassName
{
border-color: #55C436;
}
.TagClassName
{
border-color: #55C436;
}
</style>