Shades of Apple #55C44B
Tints of Apple #55C44B
RGB
CMYK
RGB Variations
Color information
#55C44B (or 0x55C44B) is known color: Apple. HEX triplet: 55, C4 and 4B. RGB value is (85,196,75). Sum of RGB (Red+Green+Blue) = 85+196+75=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #55C44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C44B is #AA3BB4. Grayscale: #959595. Windows color (decimal): -11156405 or 4965461. OLE color: 4965461.
HSL color Cylindrical-coordinate representation of color #55C44B: hue angle of 115.04º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55C44B is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 75 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.23 |
| HSL | 115.04º | 0.51% | 0.53% | - |
| HSV(B) | 115.04º | 0.62% | 0.77% | - |
| XYZ | 24.76 | 41.92 | 13.44 | - |
| YUV | 149.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 75 | 0.57 | 0 | 0.62 | 0.23 | 115.04 | 0.51 | 0.53 |
| Hex | 55 | C4 | 4B | 39 | 0 | 3E | 17 | 73 | 33 | 35 |
| Octal | 125 | 304 | 113 | 71 | 0 | 76 | 27 | 163 | 63 | 65 |
| Binary | 1010101 | 11000100 | 1001011 | 111001 | 0 | 111110 | 10111 | 1110011 | 110011 | 110101 |
Color Harmonies of #55C44B
Complementary color
Monochromatic Colors of #55C44B
Black with #55C44B
Text Example
Text Example
White with #55C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C44B; }
p { color: rgb(85,196,75); }
H1.HeaderClassName
{
color: #55C44B;
}
.AnyTagClassName
{
color: #55C44B;
}
</style>
background-color css
<style>
a { background-color: #55C44B; }
a { background-color: rgb(85,196,75); }
div.DivClassName
{
background-color: #55C44B;
}
.BgClassName
{
background-color: #55C44B;
}
</style>
border-color css
<style>
span { border-color: #55C44B; }
span { border-color: rgb(85,196,75); }
td.TdClassName
{
border-color: #55C44B;
}
.TagClassName
{
border-color: #55C44B;
}
</style>