Shades of Apple #55C241
Tints of Apple #55C241
RGB
CMYK
RGB Variations
Color information
#55C241 (or 0x55C241) is known color: Apple. HEX triplet: 55, C2 and 41. RGB value is (85,194,65). Sum of RGB (Red+Green+Blue) = 85+194+65=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #55C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C241 is #AA3DBE. Grayscale: #939393. Windows color (decimal): -11156927 or 4309589. OLE color: 4309589.
HSL color Cylindrical-coordinate representation of color #55C241: hue angle of 110.7º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55C241 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 65 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.24 |
| HSL | 110.7º | 0.51% | 0.51% | - |
| HSV(B) | 110.7º | 0.66% | 0.76% | - |
| XYZ | 23.99 | 40.9 | 11.63 | - |
| YUV | 146.7 | 81.89 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 65 | 0.56 | 0 | 0.66 | 0.24 | 110.7 | 0.51 | 0.51 |
| Hex | 55 | C2 | 41 | 38 | 0 | 42 | 18 | 6F | 33 | 33 |
| Octal | 125 | 302 | 101 | 70 | 0 | 102 | 30 | 157 | 63 | 63 |
| Binary | 1010101 | 11000010 | 1000001 | 111000 | 0 | 1000010 | 11000 | 1101111 | 110011 | 110011 |
Color Harmonies of #55C241
Complementary color
Monochromatic Colors of #55C241
Black with #55C241
Text Example
Text Example
White with #55C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C241; }
p { color: rgb(85,194,65); }
H1.HeaderClassName
{
color: #55C241;
}
.AnyTagClassName
{
color: #55C241;
}
</style>
background-color css
<style>
a { background-color: #55C241; }
a { background-color: rgb(85,194,65); }
div.DivClassName
{
background-color: #55C241;
}
.BgClassName
{
background-color: #55C241;
}
</style>
border-color css
<style>
span { border-color: #55C241; }
span { border-color: rgb(85,194,65); }
td.TdClassName
{
border-color: #55C241;
}
.TagClassName
{
border-color: #55C241;
}
</style>