Shades of Apple #5CAE4A
Tints of Apple #5CAE4A
RGB
CMYK
RGB Variations
Color information
#5CAE4A (or 0x5CAE4A) is known color: Apple. HEX triplet: 5C, AE and 4A. RGB value is (92,174,74). Sum of RGB (Red+Green+Blue) = 92+174+74=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAE4A is #A351B5. Grayscale: #8A8A8A. Windows color (decimal): -10703286 or 4894300. OLE color: 4894300.
HSL color Cylindrical-coordinate representation of color #5CAE4A: hue angle of 109.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CAE4A is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 74 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.32 |
| HSL | 109.2º | 0.4% | 0.49% | - |
| HSV(B) | 109.2º | 0.57% | 0.68% | - |
| XYZ | 20.79 | 33.04 | 11.76 | - |
| YUV | 138.08 | 91.83 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 74 | 0.47 | 0 | 0.57 | 0.32 | 109.2 | 0.4 | 0.49 |
| Hex | 5C | AE | 4A | 2F | 0 | 39 | 20 | 6D | 28 | 31 |
| Octal | 134 | 256 | 112 | 57 | 0 | 71 | 40 | 155 | 50 | 61 |
| Binary | 1011100 | 10101110 | 1001010 | 101111 | 0 | 111001 | 100000 | 1101101 | 101000 | 110001 |
Color Harmonies of #5CAE4A
Complementary color
Monochromatic Colors of #5CAE4A
Black with #5CAE4A
Text Example
Text Example
White with #5CAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE4A; }
p { color: rgb(92,174,74); }
H1.HeaderClassName
{
color: #5CAE4A;
}
.AnyTagClassName
{
color: #5CAE4A;
}
</style>
background-color css
<style>
a { background-color: #5CAE4A; }
a { background-color: rgb(92,174,74); }
div.DivClassName
{
background-color: #5CAE4A;
}
.BgClassName
{
background-color: #5CAE4A;
}
</style>
border-color css
<style>
span { border-color: #5CAE4A; }
span { border-color: rgb(92,174,74); }
td.TdClassName
{
border-color: #5CAE4A;
}
.TagClassName
{
border-color: #5CAE4A;
}
</style>