Shades of Apple #55C04F
Tints of Apple #55C04F
RGB
CMYK
RGB Variations
Color information
#55C04F (or 0x55C04F) is known color: Apple. HEX triplet: 55, C0 and 4F. RGB value is (85,192,79). Sum of RGB (Red+Green+Blue) = 85+192+79=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #55C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C04F is #AA3FB0. Grayscale: #939393. Windows color (decimal): -11157425 or 5226581. OLE color: 5226581.
HSL color Cylindrical-coordinate representation of color #55C04F: hue angle of 116.81º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C04F is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 79 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.25 |
| HSL | 116.81º | 0.47% | 0.53% | - |
| HSV(B) | 116.81º | 0.59% | 0.75% | - |
| XYZ | 24.01 | 40.2 | 13.89 | - |
| YUV | 147.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 79 | 0.56 | 0 | 0.59 | 0.25 | 116.81 | 0.47 | 0.53 |
| Hex | 55 | C0 | 4F | 38 | 0 | 3B | 19 | 75 | 2F | 35 |
| Octal | 125 | 300 | 117 | 70 | 0 | 73 | 31 | 165 | 57 | 65 |
| Binary | 1010101 | 11000000 | 1001111 | 111000 | 0 | 111011 | 11001 | 1110101 | 101111 | 110101 |
Color Harmonies of #55C04F
Complementary color
Monochromatic Colors of #55C04F
Black with #55C04F
Text Example
Text Example
White with #55C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C04F; }
p { color: rgb(85,192,79); }
H1.HeaderClassName
{
color: #55C04F;
}
.AnyTagClassName
{
color: #55C04F;
}
</style>
background-color css
<style>
a { background-color: #55C04F; }
a { background-color: rgb(85,192,79); }
div.DivClassName
{
background-color: #55C04F;
}
.BgClassName
{
background-color: #55C04F;
}
</style>
border-color css
<style>
span { border-color: #55C04F; }
span { border-color: rgb(85,192,79); }
td.TdClassName
{
border-color: #55C04F;
}
.TagClassName
{
border-color: #55C04F;
}
</style>