Shades of Apple #5DA041
Tints of Apple #5DA041
RGB
CMYK
RGB Variations
Color information
#5DA041 (or 0x5DA041) is known color: Apple. HEX triplet: 5D, A0 and 41. RGB value is (93,160,65). Sum of RGB (Red+Green+Blue) = 93+160+65=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA041 is #A25FBE. Grayscale: #818181. Windows color (decimal): -10641343 or 4300893. OLE color: 4300893.
HSL color Cylindrical-coordinate representation of color #5DA041: hue angle of 102.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DA041 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 65 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.37 |
| HSL | 102.32º | 0.42% | 0.44% | - |
| HSV(B) | 102.32º | 0.59% | 0.63% | - |
| XYZ | 18.04 | 27.85 | 9.43 | - |
| YUV | 129.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 65 | 0.42 | 0 | 0.59 | 0.37 | 102.32 | 0.42 | 0.44 |
| Hex | 5D | A0 | 41 | 2A | 0 | 3B | 25 | 66 | 2A | 2C |
| Octal | 135 | 240 | 101 | 52 | 0 | 73 | 45 | 146 | 52 | 54 |
| Binary | 1011101 | 10100000 | 1000001 | 101010 | 0 | 111011 | 100101 | 1100110 | 101010 | 101100 |
Color Harmonies of #5DA041
Complementary color
Monochromatic Colors of #5DA041
Black with #5DA041
Text Example
Text Example
White with #5DA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA041; }
p { color: rgb(93,160,65); }
H1.HeaderClassName
{
color: #5DA041;
}
.AnyTagClassName
{
color: #5DA041;
}
</style>
background-color css
<style>
a { background-color: #5DA041; }
a { background-color: rgb(93,160,65); }
div.DivClassName
{
background-color: #5DA041;
}
.BgClassName
{
background-color: #5DA041;
}
</style>
border-color css
<style>
span { border-color: #5DA041; }
span { border-color: rgb(93,160,65); }
td.TdClassName
{
border-color: #5DA041;
}
.TagClassName
{
border-color: #5DA041;
}
</style>