Shades of Apple #5DA841
Tints of Apple #5DA841
RGB
CMYK
RGB Variations
Color information
#5DA841 (or 0x5DA841) is known color: Apple. HEX triplet: 5D, A8 and 41. RGB value is (93,168,65). Sum of RGB (Red+Green+Blue) = 93+168+65=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA841 is #A257BE. Grayscale: #868686. Windows color (decimal): -10639295 or 4302941. OLE color: 4302941.
HSL color Cylindrical-coordinate representation of color #5DA841: hue angle of 103.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DA841 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 65 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.34 |
| HSL | 103.69º | 0.44% | 0.46% | - |
| HSV(B) | 103.69º | 0.61% | 0.66% | - |
| XYZ | 19.47 | 30.71 | 9.9 | - |
| YUV | 133.83 | 89.15 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 65 | 0.45 | 0 | 0.61 | 0.34 | 103.69 | 0.44 | 0.46 |
| Hex | 5D | A8 | 41 | 2D | 0 | 3D | 22 | 68 | 2C | 2E |
| Octal | 135 | 250 | 101 | 55 | 0 | 75 | 42 | 150 | 54 | 56 |
| Binary | 1011101 | 10101000 | 1000001 | 101101 | 0 | 111101 | 100010 | 1101000 | 101100 | 101110 |
Color Harmonies of #5DA841
Complementary color
Monochromatic Colors of #5DA841
Black with #5DA841
Text Example
Text Example
White with #5DA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA841; }
p { color: rgb(93,168,65); }
H1.HeaderClassName
{
color: #5DA841;
}
.AnyTagClassName
{
color: #5DA841;
}
</style>
background-color css
<style>
a { background-color: #5DA841; }
a { background-color: rgb(93,168,65); }
div.DivClassName
{
background-color: #5DA841;
}
.BgClassName
{
background-color: #5DA841;
}
</style>
border-color css
<style>
span { border-color: #5DA841; }
span { border-color: rgb(93,168,65); }
td.TdClassName
{
border-color: #5DA841;
}
.TagClassName
{
border-color: #5DA841;
}
</style>