Shades of Apple #55C13D
Tints of Apple #55C13D
RGB
CMYK
RGB Variations
Color information
#55C13D (or 0x55C13D) is known color: Apple. HEX triplet: 55, C1 and 3D. RGB value is (85,193,61). Sum of RGB (Red+Green+Blue) = 85+193+61=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #55C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C13D is #AA3EC2. Grayscale: #929292. Windows color (decimal): -11157187 or 4047189. OLE color: 4047189.
HSL color Cylindrical-coordinate representation of color #55C13D: hue angle of 109.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55C13D is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 61 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.24 |
| HSL | 109.09º | 0.52% | 0.5% | - |
| HSV(B) | 109.09º | 0.68% | 0.76% | - |
| XYZ | 23.66 | 40.41 | 10.97 | - |
| YUV | 145.66 | 80.22 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 61 | 0.56 | 0 | 0.68 | 0.24 | 109.09 | 0.52 | 0.5 |
| Hex | 55 | C1 | 3D | 38 | 0 | 44 | 18 | 6D | 34 | 32 |
| Octal | 125 | 301 | 75 | 70 | 0 | 104 | 30 | 155 | 64 | 62 |
| Binary | 1010101 | 11000001 | 111101 | 111000 | 0 | 1000100 | 11000 | 1101101 | 110100 | 110010 |
Color Harmonies of #55C13D
Complementary color
Monochromatic Colors of #55C13D
Black with #55C13D
Text Example
Text Example
White with #55C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C13D; }
p { color: rgb(85,193,61); }
H1.HeaderClassName
{
color: #55C13D;
}
.AnyTagClassName
{
color: #55C13D;
}
</style>
background-color css
<style>
a { background-color: #55C13D; }
a { background-color: rgb(85,193,61); }
div.DivClassName
{
background-color: #55C13D;
}
.BgClassName
{
background-color: #55C13D;
}
</style>
border-color css
<style>
span { border-color: #55C13D; }
span { border-color: rgb(85,193,61); }
td.TdClassName
{
border-color: #55C13D;
}
.TagClassName
{
border-color: #55C13D;
}
</style>