Shades of Apple #5DAB4C
Tints of Apple #5DAB4C
RGB
CMYK
RGB Variations
Color information
#5DAB4C (or 0x5DAB4C) is known color: Apple. HEX triplet: 5D, AB and 4C. RGB value is (93,171,76). Sum of RGB (Red+Green+Blue) = 93+171+76=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB4C is #A254B3. Grayscale: #898989. Windows color (decimal): -10638516 or 5024605. OLE color: 5024605.
HSL color Cylindrical-coordinate representation of color #5DAB4C: hue angle of 109.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DAB4C is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 76 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.33 |
| HSL | 109.26º | 0.38% | 0.48% | - |
| HSV(B) | 109.26º | 0.56% | 0.67% | - |
| XYZ | 20.38 | 31.97 | 11.94 | - |
| YUV | 136.85 | 93.66 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 76 | 0.46 | 0 | 0.56 | 0.33 | 109.26 | 0.38 | 0.48 |
| Hex | 5D | AB | 4C | 2E | 0 | 38 | 21 | 6D | 26 | 30 |
| Octal | 135 | 253 | 114 | 56 | 0 | 70 | 41 | 155 | 46 | 60 |
| Binary | 1011101 | 10101011 | 1001100 | 101110 | 0 | 111000 | 100001 | 1101101 | 100110 | 110000 |
Color Harmonies of #5DAB4C
Complementary color
Monochromatic Colors of #5DAB4C
Black with #5DAB4C
Text Example
Text Example
White with #5DAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB4C; }
p { color: rgb(93,171,76); }
H1.HeaderClassName
{
color: #5DAB4C;
}
.AnyTagClassName
{
color: #5DAB4C;
}
</style>
background-color css
<style>
a { background-color: #5DAB4C; }
a { background-color: rgb(93,171,76); }
div.DivClassName
{
background-color: #5DAB4C;
}
.BgClassName
{
background-color: #5DAB4C;
}
</style>
border-color css
<style>
span { border-color: #5DAB4C; }
span { border-color: rgb(93,171,76); }
td.TdClassName
{
border-color: #5DAB4C;
}
.TagClassName
{
border-color: #5DAB4C;
}
</style>