Shades of Apple #5CAB49
Tints of Apple #5CAB49
RGB
CMYK
RGB Variations
Color information
#5CAB49 (or 0x5CAB49) is known color: Apple. HEX triplet: 5C, AB and 49. RGB value is (92,171,73). Sum of RGB (Red+Green+Blue) = 92+171+73=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAB49 is #A354B6. Grayscale: #888888. Windows color (decimal): -10704055 or 4827996. OLE color: 4827996.
HSL color Cylindrical-coordinate representation of color #5CAB49: hue angle of 108.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CAB49 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 171 | 73 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.33 |
| HSL | 108.37º | 0.4% | 0.48% | - |
| HSV(B) | 108.37º | 0.57% | 0.67% | - |
| XYZ | 20.18 | 31.88 | 11.39 | - |
| YUV | 136.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 73 | 0.46 | 0 | 0.57 | 0.33 | 108.37 | 0.4 | 0.48 |
| Hex | 5C | AB | 49 | 2E | 0 | 39 | 21 | 6C | 28 | 30 |
| Octal | 134 | 253 | 111 | 56 | 0 | 71 | 41 | 154 | 50 | 60 |
| Binary | 1011100 | 10101011 | 1001001 | 101110 | 0 | 111001 | 100001 | 1101100 | 101000 | 110000 |
Color Harmonies of #5CAB49
Complementary color
Monochromatic Colors of #5CAB49
Black with #5CAB49
Text Example
Text Example
White with #5CAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAB49; }
p { color: rgb(92,171,73); }
H1.HeaderClassName
{
color: #5CAB49;
}
.AnyTagClassName
{
color: #5CAB49;
}
</style>
background-color css
<style>
a { background-color: #5CAB49; }
a { background-color: rgb(92,171,73); }
div.DivClassName
{
background-color: #5CAB49;
}
.BgClassName
{
background-color: #5CAB49;
}
</style>
border-color css
<style>
span { border-color: #5CAB49; }
span { border-color: rgb(92,171,73); }
td.TdClassName
{
border-color: #5CAB49;
}
.TagClassName
{
border-color: #5CAB49;
}
</style>