Shades of Apple #5CAB4D
Tints of Apple #5CAB4D
RGB
CMYK
RGB Variations
Color information
#5CAB4D (or 0x5CAB4D) is known color: Apple. HEX triplet: 5C, AB and 4D. RGB value is (92,171,77). Sum of RGB (Red+Green+Blue) = 92+171+77=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAB4D is #A354B2. Grayscale: #888888. Windows color (decimal): -10704051 or 5090140. OLE color: 5090140.
HSL color Cylindrical-coordinate representation of color #5CAB4D: hue angle of 110.43º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CAB4D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 171 | 77 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.33 |
| HSL | 110.43º | 0.38% | 0.49% | - |
| HSV(B) | 110.43º | 0.55% | 0.67% | - |
| XYZ | 20.32 | 31.94 | 12.11 | - |
| YUV | 136.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 77 | 0.46 | 0 | 0.55 | 0.33 | 110.43 | 0.38 | 0.49 |
| Hex | 5C | AB | 4D | 2E | 0 | 37 | 21 | 6E | 26 | 31 |
| Octal | 134 | 253 | 115 | 56 | 0 | 67 | 41 | 156 | 46 | 61 |
| Binary | 1011100 | 10101011 | 1001101 | 101110 | 0 | 110111 | 100001 | 1101110 | 100110 | 110001 |
Color Harmonies of #5CAB4D
Complementary color
Monochromatic Colors of #5CAB4D
Black with #5CAB4D
Text Example
Text Example
White with #5CAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAB4D; }
p { color: rgb(92,171,77); }
H1.HeaderClassName
{
color: #5CAB4D;
}
.AnyTagClassName
{
color: #5CAB4D;
}
</style>
background-color css
<style>
a { background-color: #5CAB4D; }
a { background-color: rgb(92,171,77); }
div.DivClassName
{
background-color: #5CAB4D;
}
.BgClassName
{
background-color: #5CAB4D;
}
</style>
border-color css
<style>
span { border-color: #5CAB4D; }
span { border-color: rgb(92,171,77); }
td.TdClassName
{
border-color: #5CAB4D;
}
.TagClassName
{
border-color: #5CAB4D;
}
</style>