Shades of Apple #5CAD4A
Tints of Apple #5CAD4A
RGB
CMYK
RGB Variations
Color information
#5CAD4A (or 0x5CAD4A) is known color: Apple. HEX triplet: 5C, AD and 4A. RGB value is (92,173,74). Sum of RGB (Red+Green+Blue) = 92+173+74=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAD4A is #A352B5. Grayscale: #898989. Windows color (decimal): -10703542 or 4894044. OLE color: 4894044.
HSL color Cylindrical-coordinate representation of color #5CAD4A: hue angle of 109.09º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CAD4A is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 74 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.32 |
| HSL | 109.09º | 0.4% | 0.48% | - |
| HSV(B) | 109.09º | 0.57% | 0.68% | - |
| XYZ | 20.59 | 32.66 | 11.7 | - |
| YUV | 137.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 74 | 0.47 | 0 | 0.57 | 0.32 | 109.09 | 0.4 | 0.48 |
| Hex | 5C | AD | 4A | 2F | 0 | 39 | 20 | 6D | 28 | 30 |
| Octal | 134 | 255 | 112 | 57 | 0 | 71 | 40 | 155 | 50 | 60 |
| Binary | 1011100 | 10101101 | 1001010 | 101111 | 0 | 111001 | 100000 | 1101101 | 101000 | 110000 |
Color Harmonies of #5CAD4A
Complementary color
Monochromatic Colors of #5CAD4A
Black with #5CAD4A
Text Example
Text Example
White with #5CAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAD4A; }
p { color: rgb(92,173,74); }
H1.HeaderClassName
{
color: #5CAD4A;
}
.AnyTagClassName
{
color: #5CAD4A;
}
</style>
background-color css
<style>
a { background-color: #5CAD4A; }
a { background-color: rgb(92,173,74); }
div.DivClassName
{
background-color: #5CAD4A;
}
.BgClassName
{
background-color: #5CAD4A;
}
</style>
border-color css
<style>
span { border-color: #5CAD4A; }
span { border-color: rgb(92,173,74); }
td.TdClassName
{
border-color: #5CAD4A;
}
.TagClassName
{
border-color: #5CAD4A;
}
</style>