Shades of Apple #5DA640
Tints of Apple #5DA640
RGB
CMYK
RGB Variations
Color information
#5DA640 (or 0x5DA640) is known color: Apple. HEX triplet: 5D, A6 and 40. RGB value is (93,166,64). Sum of RGB (Red+Green+Blue) = 93+166+64=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA640 is #A259BF. Grayscale: #848484. Windows color (decimal): -10639808 or 4236893. OLE color: 4236893.
HSL color Cylindrical-coordinate representation of color #5DA640: hue angle of 102.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DA640 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 64 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.35 |
| HSL | 102.94º | 0.44% | 0.45% | - |
| HSV(B) | 102.94º | 0.61% | 0.65% | - |
| XYZ | 19.08 | 29.97 | 9.63 | - |
| YUV | 132.55 | 89.32 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 64 | 0.44 | 0 | 0.61 | 0.35 | 102.94 | 0.44 | 0.45 |
| Hex | 5D | A6 | 40 | 2C | 0 | 3D | 23 | 67 | 2C | 2D |
| Octal | 135 | 246 | 100 | 54 | 0 | 75 | 43 | 147 | 54 | 55 |
| Binary | 1011101 | 10100110 | 1000000 | 101100 | 0 | 111101 | 100011 | 1100111 | 101100 | 101101 |
Color Harmonies of #5DA640
Complementary color
Monochromatic Colors of #5DA640
Black with #5DA640
Text Example
Text Example
White with #5DA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA640; }
p { color: rgb(93,166,64); }
H1.HeaderClassName
{
color: #5DA640;
}
.AnyTagClassName
{
color: #5DA640;
}
</style>
background-color css
<style>
a { background-color: #5DA640; }
a { background-color: rgb(93,166,64); }
div.DivClassName
{
background-color: #5DA640;
}
.BgClassName
{
background-color: #5DA640;
}
</style>
border-color css
<style>
span { border-color: #5DA640; }
span { border-color: rgb(93,166,64); }
td.TdClassName
{
border-color: #5DA640;
}
.TagClassName
{
border-color: #5DA640;
}
</style>