Shades of Apple #5DAB50
Tints of Apple #5DAB50
RGB
CMYK
RGB Variations
Color information
#5DAB50 (or 0x5DAB50) is known color: Apple. HEX triplet: 5D, AB and 50. RGB value is (93,171,80). Sum of RGB (Red+Green+Blue) = 93+171+80=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAB50 is #A254AF. Grayscale: #898989. Windows color (decimal): -10638512 or 5286749. OLE color: 5286749.
HSL color Cylindrical-coordinate representation of color #5DAB50: hue angle of 111.43º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DAB50 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 80 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.33 |
| HSL | 111.43º | 0.36% | 0.49% | - |
| HSV(B) | 111.43º | 0.53% | 0.67% | - |
| XYZ | 20.53 | 32.03 | 12.69 | - |
| YUV | 137.3 | 95.66 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 80 | 0.46 | 0 | 0.53 | 0.33 | 111.43 | 0.36 | 0.49 |
| Hex | 5D | AB | 50 | 2E | 0 | 35 | 21 | 6F | 24 | 31 |
| Octal | 135 | 253 | 120 | 56 | 0 | 65 | 41 | 157 | 44 | 61 |
| Binary | 1011101 | 10101011 | 1010000 | 101110 | 0 | 110101 | 100001 | 1101111 | 100100 | 110001 |
Color Harmonies of #5DAB50
Complementary color
Monochromatic Colors of #5DAB50
Black with #5DAB50
Text Example
Text Example
White with #5DAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB50; }
p { color: rgb(93,171,80); }
H1.HeaderClassName
{
color: #5DAB50;
}
.AnyTagClassName
{
color: #5DAB50;
}
</style>
background-color css
<style>
a { background-color: #5DAB50; }
a { background-color: rgb(93,171,80); }
div.DivClassName
{
background-color: #5DAB50;
}
.BgClassName
{
background-color: #5DAB50;
}
</style>
border-color css
<style>
span { border-color: #5DAB50; }
span { border-color: rgb(93,171,80); }
td.TdClassName
{
border-color: #5DAB50;
}
.TagClassName
{
border-color: #5DAB50;
}
</style>