Shades of Apple #5DA150
Tints of Apple #5DA150
RGB
CMYK
RGB Variations
Color information
#5DA150 (or 0x5DA150) is known color: Apple. HEX triplet: 5D, A1 and 50. RGB value is (93,161,80). Sum of RGB (Red+Green+Blue) = 93+161+80=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA150 is #A25EAF. Grayscale: #838383. Windows color (decimal): -10641072 or 5284189. OLE color: 5284189.
HSL color Cylindrical-coordinate representation of color #5DA150: hue angle of 110.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DA150 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 80 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.37 |
| HSL | 110.37º | 0.34% | 0.47% | - |
| HSV(B) | 110.37º | 0.5% | 0.63% | - |
| XYZ | 18.71 | 28.4 | 12.08 | - |
| YUV | 131.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 80 | 0.42 | 0 | 0.50 | 0.37 | 110.37 | 0.34 | 0.47 |
| Hex | 5D | A1 | 50 | 2A | 0 | 32 | 25 | 6E | 22 | 2F |
| Octal | 135 | 241 | 120 | 52 | 0 | 62 | 45 | 156 | 42 | 57 |
| Binary | 1011101 | 10100001 | 1010000 | 101010 | 0 | 110010 | 100101 | 1101110 | 100010 | 101111 |
Color Harmonies of #5DA150
Complementary color
Monochromatic Colors of #5DA150
Black with #5DA150
Text Example
Text Example
White with #5DA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA150; }
p { color: rgb(93,161,80); }
H1.HeaderClassName
{
color: #5DA150;
}
.AnyTagClassName
{
color: #5DA150;
}
</style>
background-color css
<style>
a { background-color: #5DA150; }
a { background-color: rgb(93,161,80); }
div.DivClassName
{
background-color: #5DA150;
}
.BgClassName
{
background-color: #5DA150;
}
</style>
border-color css
<style>
span { border-color: #5DA150; }
span { border-color: rgb(93,161,80); }
td.TdClassName
{
border-color: #5DA150;
}
.TagClassName
{
border-color: #5DA150;
}
</style>