Shades of Apple #55C041
Tints of Apple #55C041
RGB
CMYK
RGB Variations
Color information
#55C041 (or 0x55C041) is known color: Apple. HEX triplet: 55, C0 and 41. RGB value is (85,192,65). Sum of RGB (Red+Green+Blue) = 85+192+65=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #55C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C041 is #AA3FBE. Grayscale: #919191. Windows color (decimal): -11157439 or 4309077. OLE color: 4309077.
HSL color Cylindrical-coordinate representation of color #55C041: hue angle of 110.55º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55C041 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 65 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.25 |
| HSL | 110.55º | 0.5% | 0.5% | - |
| HSV(B) | 110.55º | 0.66% | 0.75% | - |
| XYZ | 23.55 | 40.01 | 11.48 | - |
| YUV | 145.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 65 | 0.56 | 0 | 0.66 | 0.25 | 110.55 | 0.5 | 0.5 |
| Hex | 55 | C0 | 41 | 38 | 0 | 42 | 19 | 6F | 32 | 32 |
| Octal | 125 | 300 | 101 | 70 | 0 | 102 | 31 | 157 | 62 | 62 |
| Binary | 1010101 | 11000000 | 1000001 | 111000 | 0 | 1000010 | 11001 | 1101111 | 110010 | 110010 |
Color Harmonies of #55C041
Complementary color
Monochromatic Colors of #55C041
Black with #55C041
Text Example
Text Example
White with #55C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C041; }
p { color: rgb(85,192,65); }
H1.HeaderClassName
{
color: #55C041;
}
.AnyTagClassName
{
color: #55C041;
}
</style>
background-color css
<style>
a { background-color: #55C041; }
a { background-color: rgb(85,192,65); }
div.DivClassName
{
background-color: #55C041;
}
.BgClassName
{
background-color: #55C041;
}
</style>
border-color css
<style>
span { border-color: #55C041; }
span { border-color: rgb(85,192,65); }
td.TdClassName
{
border-color: #55C041;
}
.TagClassName
{
border-color: #55C041;
}
</style>