Shades of Apple #55CE41
Tints of Apple #55CE41
RGB
CMYK
RGB Variations
Color information
#55CE41 (or 0x55CE41) is known color: Apple. HEX triplet: 55, CE and 41. RGB value is (85,206,65). Sum of RGB (Red+Green+Blue) = 85+206+65=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE41 is #AA31BE. Grayscale: #9A9A9A. Windows color (decimal): -11153855 or 4312661. OLE color: 4312661.
HSL color Cylindrical-coordinate representation of color #55CE41: hue angle of 111.49º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55CE41 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 65 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.19 |
| HSL | 111.49º | 0.59% | 0.53% | - |
| HSV(B) | 111.49º | 0.68% | 0.81% | - |
| XYZ | 26.77 | 46.46 | 12.56 | - |
| YUV | 153.75 | 77.91 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 65 | 0.59 | 0 | 0.68 | 0.19 | 111.49 | 0.59 | 0.53 |
| Hex | 55 | CE | 41 | 3B | 0 | 44 | 13 | 6F | 3B | 35 |
| Octal | 125 | 316 | 101 | 73 | 0 | 104 | 23 | 157 | 73 | 65 |
| Binary | 1010101 | 11001110 | 1000001 | 111011 | 0 | 1000100 | 10011 | 1101111 | 111011 | 110101 |
Color Harmonies of #55CE41
Complementary color
Monochromatic Colors of #55CE41
Black with #55CE41
Text Example
Text Example
White with #55CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE41; }
p { color: rgb(85,206,65); }
H1.HeaderClassName
{
color: #55CE41;
}
.AnyTagClassName
{
color: #55CE41;
}
</style>
background-color css
<style>
a { background-color: #55CE41; }
a { background-color: rgb(85,206,65); }
div.DivClassName
{
background-color: #55CE41;
}
.BgClassName
{
background-color: #55CE41;
}
</style>
border-color css
<style>
span { border-color: #55CE41; }
span { border-color: rgb(85,206,65); }
td.TdClassName
{
border-color: #55CE41;
}
.TagClassName
{
border-color: #55CE41;
}
</style>