Shades of Apple #5CAA4D
Tints of Apple #5CAA4D
RGB
CMYK
RGB Variations
Color information
#5CAA4D (or 0x5CAA4D) is known color: Apple. HEX triplet: 5C, AA and 4D. RGB value is (92,170,77). Sum of RGB (Red+Green+Blue) = 92+170+77=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA4D is #A355B2. Grayscale: #888888. Windows color (decimal): -10704307 or 5089884. OLE color: 5089884.
HSL color Cylindrical-coordinate representation of color #5CAA4D: hue angle of 110.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CAA4D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 77 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.33 |
| HSL | 110.32º | 0.38% | 0.48% | - |
| HSV(B) | 110.32º | 0.55% | 0.67% | - |
| XYZ | 20.13 | 31.56 | 12.05 | - |
| YUV | 136.08 | 94.66 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 77 | 0.46 | 0 | 0.55 | 0.33 | 110.32 | 0.38 | 0.48 |
| Hex | 5C | AA | 4D | 2E | 0 | 37 | 21 | 6E | 26 | 30 |
| Octal | 134 | 252 | 115 | 56 | 0 | 67 | 41 | 156 | 46 | 60 |
| Binary | 1011100 | 10101010 | 1001101 | 101110 | 0 | 110111 | 100001 | 1101110 | 100110 | 110000 |
Color Harmonies of #5CAA4D
Complementary color
Monochromatic Colors of #5CAA4D
Black with #5CAA4D
Text Example
Text Example
White with #5CAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA4D; }
p { color: rgb(92,170,77); }
H1.HeaderClassName
{
color: #5CAA4D;
}
.AnyTagClassName
{
color: #5CAA4D;
}
</style>
background-color css
<style>
a { background-color: #5CAA4D; }
a { background-color: rgb(92,170,77); }
div.DivClassName
{
background-color: #5CAA4D;
}
.BgClassName
{
background-color: #5CAA4D;
}
</style>
border-color css
<style>
span { border-color: #5CAA4D; }
span { border-color: rgb(92,170,77); }
td.TdClassName
{
border-color: #5CAA4D;
}
.TagClassName
{
border-color: #5CAA4D;
}
</style>