Shades of Apple #5DA944
Tints of Apple #5DA944
RGB
CMYK
RGB Variations
Color information
#5DA944 (or 0x5DA944) is known color: Apple. HEX triplet: 5D, A9 and 44. RGB value is (93,169,68). Sum of RGB (Red+Green+Blue) = 93+169+68=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA944 is #A256BB. Grayscale: #878787. Windows color (decimal): -10639036 or 4499805. OLE color: 4499805.
HSL color Cylindrical-coordinate representation of color #5DA944: hue angle of 105.15º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DA944 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 68 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.34 |
| HSL | 105.15º | 0.43% | 0.46% | - |
| HSV(B) | 105.15º | 0.6% | 0.66% | - |
| XYZ | 19.75 | 31.12 | 10.43 | - |
| YUV | 134.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 68 | 0.45 | 0 | 0.60 | 0.34 | 105.15 | 0.43 | 0.46 |
| Hex | 5D | A9 | 44 | 2D | 0 | 3C | 22 | 69 | 2B | 2E |
| Octal | 135 | 251 | 104 | 55 | 0 | 74 | 42 | 151 | 53 | 56 |
| Binary | 1011101 | 10101001 | 1000100 | 101101 | 0 | 111100 | 100010 | 1101001 | 101011 | 101110 |
Color Harmonies of #5DA944
Complementary color
Monochromatic Colors of #5DA944
Black with #5DA944
Text Example
Text Example
White with #5DA944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA944; }
p { color: rgb(93,169,68); }
H1.HeaderClassName
{
color: #5DA944;
}
.AnyTagClassName
{
color: #5DA944;
}
</style>
background-color css
<style>
a { background-color: #5DA944; }
a { background-color: rgb(93,169,68); }
div.DivClassName
{
background-color: #5DA944;
}
.BgClassName
{
background-color: #5DA944;
}
</style>
border-color css
<style>
span { border-color: #5DA944; }
span { border-color: rgb(93,169,68); }
td.TdClassName
{
border-color: #5DA944;
}
.TagClassName
{
border-color: #5DA944;
}
</style>