Shades of Apple #55C942
Tints of Apple #55C942
RGB
CMYK
RGB Variations
Color information
#55C942 (or 0x55C942) is known color: Apple. HEX triplet: 55, C9 and 42. RGB value is (85,201,66). Sum of RGB (Red+Green+Blue) = 85+201+66=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #55C942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C942 is #AA36BD. Grayscale: #979797. Windows color (decimal): -11155134 or 4376917. OLE color: 4376917.
HSL color Cylindrical-coordinate representation of color #55C942: hue angle of 111.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55C942 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 66 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.21 |
| HSL | 111.56º | 0.56% | 0.52% | - |
| HSV(B) | 111.56º | 0.67% | 0.79% | - |
| XYZ | 25.62 | 44.1 | 12.32 | - |
| YUV | 150.93 | 80.07 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 66 | 0.58 | 0 | 0.67 | 0.21 | 111.56 | 0.56 | 0.52 |
| Hex | 55 | C9 | 42 | 3A | 0 | 43 | 15 | 70 | 38 | 34 |
| Octal | 125 | 311 | 102 | 72 | 0 | 103 | 25 | 160 | 70 | 64 |
| Binary | 1010101 | 11001001 | 1000010 | 111010 | 0 | 1000011 | 10101 | 1110000 | 111000 | 110100 |
Color Harmonies of #55C942
Complementary color
Monochromatic Colors of #55C942
Black with #55C942
Text Example
Text Example
White with #55C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C942; }
p { color: rgb(85,201,66); }
H1.HeaderClassName
{
color: #55C942;
}
.AnyTagClassName
{
color: #55C942;
}
</style>
background-color css
<style>
a { background-color: #55C942; }
a { background-color: rgb(85,201,66); }
div.DivClassName
{
background-color: #55C942;
}
.BgClassName
{
background-color: #55C942;
}
</style>
border-color css
<style>
span { border-color: #55C942; }
span { border-color: rgb(85,201,66); }
td.TdClassName
{
border-color: #55C942;
}
.TagClassName
{
border-color: #55C942;
}
</style>