Shades of Apple #55CC43
Tints of Apple #55CC43
RGB
CMYK
RGB Variations
Color information
#55CC43 (or 0x55CC43) is known color: Apple. HEX triplet: 55, CC and 43. RGB value is (85,204,67). Sum of RGB (Red+Green+Blue) = 85+204+67=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC43 is #AA33BC. Grayscale: #999999. Windows color (decimal): -11154365 or 4443221. OLE color: 4443221.
HSL color Cylindrical-coordinate representation of color #55CC43: hue angle of 112.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55CC43 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 67 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.2 |
| HSL | 112.12º | 0.57% | 0.53% | - |
| HSV(B) | 112.12º | 0.67% | 0.8% | - |
| XYZ | 26.35 | 45.52 | 12.71 | - |
| YUV | 152.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 67 | 0.58 | 0 | 0.67 | 0.2 | 112.12 | 0.57 | 0.53 |
| Hex | 55 | CC | 43 | 3A | 0 | 43 | 14 | 70 | 39 | 35 |
| Octal | 125 | 314 | 103 | 72 | 0 | 103 | 24 | 160 | 71 | 65 |
| Binary | 1010101 | 11001100 | 1000011 | 111010 | 0 | 1000011 | 10100 | 1110000 | 111001 | 110101 |
Color Harmonies of #55CC43
Complementary color
Monochromatic Colors of #55CC43
Black with #55CC43
Text Example
Text Example
White with #55CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC43; }
p { color: rgb(85,204,67); }
H1.HeaderClassName
{
color: #55CC43;
}
.AnyTagClassName
{
color: #55CC43;
}
</style>
background-color css
<style>
a { background-color: #55CC43; }
a { background-color: rgb(85,204,67); }
div.DivClassName
{
background-color: #55CC43;
}
.BgClassName
{
background-color: #55CC43;
}
</style>
border-color css
<style>
span { border-color: #55CC43; }
span { border-color: rgb(85,204,67); }
td.TdClassName
{
border-color: #55CC43;
}
.TagClassName
{
border-color: #55CC43;
}
</style>