Shades of Apple #5CA54D
Tints of Apple #5CA54D
RGB
CMYK
RGB Variations
Color information
#5CA54D (or 0x5CA54D) is known color: Apple. HEX triplet: 5C, A5 and 4D. RGB value is (92,165,77). Sum of RGB (Red+Green+Blue) = 92+165+77=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA54D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA54D is #A35AB2. Grayscale: #858585. Windows color (decimal): -10705587 or 5088604. OLE color: 5088604.
HSL color Cylindrical-coordinate representation of color #5CA54D: hue angle of 109.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CA54D is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 77 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.35 |
| HSL | 109.77º | 0.36% | 0.47% | - |
| HSV(B) | 109.77º | 0.53% | 0.65% | - |
| XYZ | 19.21 | 29.72 | 11.75 | - |
| YUV | 133.14 | 96.32 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 77 | 0.44 | 0 | 0.53 | 0.35 | 109.77 | 0.36 | 0.47 |
| Hex | 5C | A5 | 4D | 2C | 0 | 35 | 23 | 6E | 24 | 2F |
| Octal | 134 | 245 | 115 | 54 | 0 | 65 | 43 | 156 | 44 | 57 |
| Binary | 1011100 | 10100101 | 1001101 | 101100 | 0 | 110101 | 100011 | 1101110 | 100100 | 101111 |
Color Harmonies of #5CA54D
Complementary color
Monochromatic Colors of #5CA54D
Black with #5CA54D
Text Example
Text Example
White with #5CA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA54D; }
p { color: rgb(92,165,77); }
H1.HeaderClassName
{
color: #5CA54D;
}
.AnyTagClassName
{
color: #5CA54D;
}
</style>
background-color css
<style>
a { background-color: #5CA54D; }
a { background-color: rgb(92,165,77); }
div.DivClassName
{
background-color: #5CA54D;
}
.BgClassName
{
background-color: #5CA54D;
}
</style>
border-color css
<style>
span { border-color: #5CA54D; }
span { border-color: rgb(92,165,77); }
td.TdClassName
{
border-color: #5CA54D;
}
.TagClassName
{
border-color: #5CA54D;
}
</style>