Shades of Apple #5CBA4E
Tints of Apple #5CBA4E
RGB
CMYK
RGB Variations
Color information
#5CBA4E (or 0x5CBA4E) is known color: Apple. HEX triplet: 5C, BA and 4E. RGB value is (92,186,78). Sum of RGB (Red+Green+Blue) = 92+186+78=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA4E is #A345B1. Grayscale: #919191. Windows color (decimal): -10700210 or 5159516. OLE color: 5159516.
HSL color Cylindrical-coordinate representation of color #5CBA4E: hue angle of 112.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CBA4E is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 78 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.27 |
| HSL | 112.22º | 0.44% | 0.52% | - |
| HSV(B) | 112.22º | 0.58% | 0.73% | - |
| XYZ | 23.35 | 37.94 | 13.3 | - |
| YUV | 145.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 78 | 0.51 | 0 | 0.58 | 0.27 | 112.22 | 0.44 | 0.52 |
| Hex | 5C | BA | 4E | 33 | 0 | 3A | 1B | 70 | 2C | 34 |
| Octal | 134 | 272 | 116 | 63 | 0 | 72 | 33 | 160 | 54 | 64 |
| Binary | 1011100 | 10111010 | 1001110 | 110011 | 0 | 111010 | 11011 | 1110000 | 101100 | 110100 |
Color Harmonies of #5CBA4E
Complementary color
Monochromatic Colors of #5CBA4E
Black with #5CBA4E
Text Example
Text Example
White with #5CBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA4E; }
p { color: rgb(92,186,78); }
H1.HeaderClassName
{
color: #5CBA4E;
}
.AnyTagClassName
{
color: #5CBA4E;
}
</style>
background-color css
<style>
a { background-color: #5CBA4E; }
a { background-color: rgb(92,186,78); }
div.DivClassName
{
background-color: #5CBA4E;
}
.BgClassName
{
background-color: #5CBA4E;
}
</style>
border-color css
<style>
span { border-color: #5CBA4E; }
span { border-color: rgb(92,186,78); }
td.TdClassName
{
border-color: #5CBA4E;
}
.TagClassName
{
border-color: #5CBA4E;
}
</style>