Shades of Apple #5CAA3B
Tints of Apple #5CAA3B
RGB
CMYK
RGB Variations
Color information
#5CAA3B (or 0x5CAA3B) is known color: Apple. HEX triplet: 5C, AA and 3B. RGB value is (92,170,59). Sum of RGB (Red+Green+Blue) = 92+170+59=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA3B is #A355C4. Grayscale: #868686. Windows color (decimal): -10704325 or 3910236. OLE color: 3910236.
HSL color Cylindrical-coordinate representation of color #5CAA3B: hue angle of 102.16º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CAA3B is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 59 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.33 |
| HSL | 102.16º | 0.48% | 0.45% | - |
| HSV(B) | 102.16º | 0.65% | 0.67% | - |
| XYZ | 19.58 | 31.34 | 9.16 | - |
| YUV | 134.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 59 | 0.46 | 0 | 0.65 | 0.33 | 102.16 | 0.48 | 0.45 |
| Hex | 5C | AA | 3B | 2E | 0 | 41 | 21 | 66 | 30 | 2D |
| Octal | 134 | 252 | 73 | 56 | 0 | 101 | 41 | 146 | 60 | 55 |
| Binary | 1011100 | 10101010 | 111011 | 101110 | 0 | 1000001 | 100001 | 1100110 | 110000 | 101101 |
Color Harmonies of #5CAA3B
Complementary color
Monochromatic Colors of #5CAA3B
Black with #5CAA3B
Text Example
Text Example
White with #5CAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA3B; }
p { color: rgb(92,170,59); }
H1.HeaderClassName
{
color: #5CAA3B;
}
.AnyTagClassName
{
color: #5CAA3B;
}
</style>
background-color css
<style>
a { background-color: #5CAA3B; }
a { background-color: rgb(92,170,59); }
div.DivClassName
{
background-color: #5CAA3B;
}
.BgClassName
{
background-color: #5CAA3B;
}
</style>
border-color css
<style>
span { border-color: #5CAA3B; }
span { border-color: rgb(92,170,59); }
td.TdClassName
{
border-color: #5CAA3B;
}
.TagClassName
{
border-color: #5CAA3B;
}
</style>