Shades of Apple #5CAB3E
Tints of Apple #5CAB3E
RGB
CMYK
RGB Variations
Color information
#5CAB3E (or 0x5CAB3E) is known color: Apple. HEX triplet: 5C, AB and 3E. RGB value is (92,171,62). Sum of RGB (Red+Green+Blue) = 92+171+62=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAB3E is #A354C1. Grayscale: #878787. Windows color (decimal): -10704066 or 4107100. OLE color: 4107100.
HSL color Cylindrical-coordinate representation of color #5CAB3E: hue angle of 103.49º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CAB3E is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 171 | 62 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.33 |
| HSL | 103.49º | 0.47% | 0.46% | - |
| HSV(B) | 103.49º | 0.64% | 0.67% | - |
| XYZ | 19.85 | 31.75 | 9.64 | - |
| YUV | 134.95 | 86.83 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 62 | 0.46 | 0 | 0.64 | 0.33 | 103.49 | 0.47 | 0.46 |
| Hex | 5C | AB | 3E | 2E | 0 | 40 | 21 | 67 | 2F | 2E |
| Octal | 134 | 253 | 76 | 56 | 0 | 100 | 41 | 147 | 57 | 56 |
| Binary | 1011100 | 10101011 | 111110 | 101110 | 0 | 1000000 | 100001 | 1100111 | 101111 | 101110 |
Color Harmonies of #5CAB3E
Complementary color
Monochromatic Colors of #5CAB3E
Black with #5CAB3E
Text Example
Text Example
White with #5CAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAB3E; }
p { color: rgb(92,171,62); }
H1.HeaderClassName
{
color: #5CAB3E;
}
.AnyTagClassName
{
color: #5CAB3E;
}
</style>
background-color css
<style>
a { background-color: #5CAB3E; }
a { background-color: rgb(92,171,62); }
div.DivClassName
{
background-color: #5CAB3E;
}
.BgClassName
{
background-color: #5CAB3E;
}
</style>
border-color css
<style>
span { border-color: #5CAB3E; }
span { border-color: rgb(92,171,62); }
td.TdClassName
{
border-color: #5CAB3E;
}
.TagClassName
{
border-color: #5CAB3E;
}
</style>