Shades of Apple #55C63A
Tints of Apple #55C63A
RGB
CMYK
RGB Variations
Color information
#55C63A (or 0x55C63A) is known color: Apple. HEX triplet: 55, C6 and 3A. RGB value is (85,198,58). Sum of RGB (Red+Green+Blue) = 85+198+58=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #55C63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C63A is #AA39C5. Grayscale: #949494. Windows color (decimal): -11155910 or 3851861. OLE color: 3851861.
HSL color Cylindrical-coordinate representation of color #55C63A: hue angle of 108.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55C63A is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 58 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.22 |
| HSL | 108.43º | 0.55% | 0.5% | - |
| HSV(B) | 108.43º | 0.71% | 0.78% | - |
| XYZ | 24.7 | 42.62 | 10.93 | - |
| YUV | 148.25 | 77.06 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 58 | 0.57 | 0 | 0.71 | 0.22 | 108.43 | 0.55 | 0.5 |
| Hex | 55 | C6 | 3A | 39 | 0 | 47 | 16 | 6C | 37 | 32 |
| Octal | 125 | 306 | 72 | 71 | 0 | 107 | 26 | 154 | 67 | 62 |
| Binary | 1010101 | 11000110 | 111010 | 111001 | 0 | 1000111 | 10110 | 1101100 | 110111 | 110010 |
Color Harmonies of #55C63A
Complementary color
Monochromatic Colors of #55C63A
Black with #55C63A
Text Example
Text Example
White with #55C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C63A; }
p { color: rgb(85,198,58); }
H1.HeaderClassName
{
color: #55C63A;
}
.AnyTagClassName
{
color: #55C63A;
}
</style>
background-color css
<style>
a { background-color: #55C63A; }
a { background-color: rgb(85,198,58); }
div.DivClassName
{
background-color: #55C63A;
}
.BgClassName
{
background-color: #55C63A;
}
</style>
border-color css
<style>
span { border-color: #55C63A; }
span { border-color: rgb(85,198,58); }
td.TdClassName
{
border-color: #55C63A;
}
.TagClassName
{
border-color: #55C63A;
}
</style>