Shades of Apple #5CA04E
Tints of Apple #5CA04E
RGB
CMYK
RGB Variations
Color information
#5CA04E (or 0x5CA04E) is known color: Apple. HEX triplet: 5C, A0 and 4E. RGB value is (92,160,78). Sum of RGB (Red+Green+Blue) = 92+160+78=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA04E is #A35FB1. Grayscale: #828282. Windows color (decimal): -10706866 or 5152860. OLE color: 5152860.
HSL color Cylindrical-coordinate representation of color #5CA04E: hue angle of 109.76º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CA04E is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 78 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.37 |
| HSL | 109.76º | 0.34% | 0.47% | - |
| HSV(B) | 109.76º | 0.51% | 0.63% | - |
| XYZ | 18.36 | 27.97 | 11.64 | - |
| YUV | 130.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 78 | 0.43 | 0 | 0.51 | 0.37 | 109.76 | 0.34 | 0.47 |
| Hex | 5C | A0 | 4E | 2B | 0 | 33 | 25 | 6E | 22 | 2F |
| Octal | 134 | 240 | 116 | 53 | 0 | 63 | 45 | 156 | 42 | 57 |
| Binary | 1011100 | 10100000 | 1001110 | 101011 | 0 | 110011 | 100101 | 1101110 | 100010 | 101111 |
Color Harmonies of #5CA04E
Complementary color
Monochromatic Colors of #5CA04E
Black with #5CA04E
Text Example
Text Example
White with #5CA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA04E; }
p { color: rgb(92,160,78); }
H1.HeaderClassName
{
color: #5CA04E;
}
.AnyTagClassName
{
color: #5CA04E;
}
</style>
background-color css
<style>
a { background-color: #5CA04E; }
a { background-color: rgb(92,160,78); }
div.DivClassName
{
background-color: #5CA04E;
}
.BgClassName
{
background-color: #5CA04E;
}
</style>
border-color css
<style>
span { border-color: #5CA04E; }
span { border-color: rgb(92,160,78); }
td.TdClassName
{
border-color: #5CA04E;
}
.TagClassName
{
border-color: #5CA04E;
}
</style>