Shades of Apple #55C941
Tints of Apple #55C941
RGB
CMYK
RGB Variations
Color information
#55C941 (or 0x55C941) is known color: Apple. HEX triplet: 55, C9 and 41. RGB value is (85,201,65). Sum of RGB (Red+Green+Blue) = 85+201+65=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #55C941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C941 is #AA36BE. Grayscale: #979797. Windows color (decimal): -11155135 or 4311381. OLE color: 4311381.
HSL color Cylindrical-coordinate representation of color #55C941: hue angle of 111.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55C941 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 65 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.21 |
| HSL | 111.18º | 0.56% | 0.52% | - |
| HSV(B) | 111.18º | 0.68% | 0.79% | - |
| XYZ | 25.59 | 44.09 | 12.16 | - |
| YUV | 150.81 | 79.57 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 65 | 0.58 | 0 | 0.68 | 0.21 | 111.18 | 0.56 | 0.52 |
| Hex | 55 | C9 | 41 | 3A | 0 | 44 | 15 | 6F | 38 | 34 |
| Octal | 125 | 311 | 101 | 72 | 0 | 104 | 25 | 157 | 70 | 64 |
| Binary | 1010101 | 11001001 | 1000001 | 111010 | 0 | 1000100 | 10101 | 1101111 | 111000 | 110100 |
Color Harmonies of #55C941
Complementary color
Monochromatic Colors of #55C941
Black with #55C941
Text Example
Text Example
White with #55C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C941; }
p { color: rgb(85,201,65); }
H1.HeaderClassName
{
color: #55C941;
}
.AnyTagClassName
{
color: #55C941;
}
</style>
background-color css
<style>
a { background-color: #55C941; }
a { background-color: rgb(85,201,65); }
div.DivClassName
{
background-color: #55C941;
}
.BgClassName
{
background-color: #55C941;
}
</style>
border-color css
<style>
span { border-color: #55C941; }
span { border-color: rgb(85,201,65); }
td.TdClassName
{
border-color: #55C941;
}
.TagClassName
{
border-color: #55C941;
}
</style>