Shades of Apple #5DA044
Tints of Apple #5DA044
RGB
CMYK
RGB Variations
Color information
#5DA044 (or 0x5DA044) is known color: Apple. HEX triplet: 5D, A0 and 44. RGB value is (93,160,68). Sum of RGB (Red+Green+Blue) = 93+160+68=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA044 is #A25FBB. Grayscale: #818181. Windows color (decimal): -10641340 or 4497501. OLE color: 4497501.
HSL color Cylindrical-coordinate representation of color #5DA044: hue angle of 103.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DA044 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 68 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.37 |
| HSL | 103.7º | 0.4% | 0.45% | - |
| HSV(B) | 103.7º | 0.58% | 0.63% | - |
| XYZ | 18.13 | 27.89 | 9.9 | - |
| YUV | 129.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 68 | 0.42 | 0 | 0.57 | 0.37 | 103.7 | 0.4 | 0.45 |
| Hex | 5D | A0 | 44 | 2A | 0 | 39 | 25 | 68 | 28 | 2D |
| Octal | 135 | 240 | 104 | 52 | 0 | 71 | 45 | 150 | 50 | 55 |
| Binary | 1011101 | 10100000 | 1000100 | 101010 | 0 | 111001 | 100101 | 1101000 | 101000 | 101101 |
Color Harmonies of #5DA044
Complementary color
Monochromatic Colors of #5DA044
Black with #5DA044
Text Example
Text Example
White with #5DA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA044; }
p { color: rgb(93,160,68); }
H1.HeaderClassName
{
color: #5DA044;
}
.AnyTagClassName
{
color: #5DA044;
}
</style>
background-color css
<style>
a { background-color: #5DA044; }
a { background-color: rgb(93,160,68); }
div.DivClassName
{
background-color: #5DA044;
}
.BgClassName
{
background-color: #5DA044;
}
</style>
border-color css
<style>
span { border-color: #5DA044; }
span { border-color: rgb(93,160,68); }
td.TdClassName
{
border-color: #5DA044;
}
.TagClassName
{
border-color: #5DA044;
}
</style>