Shades of Apple #5DA04B
Tints of Apple #5DA04B
RGB
CMYK
RGB Variations
Color information
#5DA04B (or 0x5DA04B) is known color: Apple. HEX triplet: 5D, A0 and 4B. RGB value is (93,160,75). Sum of RGB (Red+Green+Blue) = 93+160+75=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA04B is #A25FB4. Grayscale: #828282. Windows color (decimal): -10641333 or 4956253. OLE color: 4956253.
HSL color Cylindrical-coordinate representation of color #5DA04B: hue angle of 107.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DA04B is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 75 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.37 |
| HSL | 107.29º | 0.36% | 0.46% | - |
| HSV(B) | 107.29º | 0.53% | 0.63% | - |
| XYZ | 18.36 | 27.98 | 11.09 | - |
| YUV | 130.28 | 96.8 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 75 | 0.42 | 0 | 0.53 | 0.37 | 107.29 | 0.36 | 0.46 |
| Hex | 5D | A0 | 4B | 2A | 0 | 35 | 25 | 6B | 24 | 2E |
| Octal | 135 | 240 | 113 | 52 | 0 | 65 | 45 | 153 | 44 | 56 |
| Binary | 1011101 | 10100000 | 1001011 | 101010 | 0 | 110101 | 100101 | 1101011 | 100100 | 101110 |
Color Harmonies of #5DA04B
Complementary color
Monochromatic Colors of #5DA04B
Black with #5DA04B
Text Example
Text Example
White with #5DA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA04B; }
p { color: rgb(93,160,75); }
H1.HeaderClassName
{
color: #5DA04B;
}
.AnyTagClassName
{
color: #5DA04B;
}
</style>
background-color css
<style>
a { background-color: #5DA04B; }
a { background-color: rgb(93,160,75); }
div.DivClassName
{
background-color: #5DA04B;
}
.BgClassName
{
background-color: #5DA04B;
}
</style>
border-color css
<style>
span { border-color: #5DA04B; }
span { border-color: rgb(93,160,75); }
td.TdClassName
{
border-color: #5DA04B;
}
.TagClassName
{
border-color: #5DA04B;
}
</style>