Shades of Apple #5DA954
Tints of Apple #5DA954
RGB
CMYK
RGB Variations
Color information
#5DA954 (or 0x5DA954) is known color: Apple. HEX triplet: 5D, A9 and 54. RGB value is (93,169,84). Sum of RGB (Red+Green+Blue) = 93+169+84=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA954 is #A256AB. Grayscale: #888888. Windows color (decimal): -10639020 or 5548381. OLE color: 5548381.
HSL color Cylindrical-coordinate representation of color #5DA954: hue angle of 113.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DA954 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 84 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.34 |
| HSL | 113.65º | 0.34% | 0.5% | - |
| HSV(B) | 113.65º | 0.5% | 0.66% | - |
| XYZ | 20.3 | 31.34 | 13.37 | - |
| YUV | 136.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 84 | 0.45 | 0 | 0.50 | 0.34 | 113.65 | 0.34 | 0.5 |
| Hex | 5D | A9 | 54 | 2D | 0 | 32 | 22 | 72 | 22 | 32 |
| Octal | 135 | 251 | 124 | 55 | 0 | 62 | 42 | 162 | 42 | 62 |
| Binary | 1011101 | 10101001 | 1010100 | 101101 | 0 | 110010 | 100010 | 1110010 | 100010 | 110010 |
Color Harmonies of #5DA954
Complementary color
Monochromatic Colors of #5DA954
Black with #5DA954
Text Example
Text Example
White with #5DA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA954; }
p { color: rgb(93,169,84); }
H1.HeaderClassName
{
color: #5DA954;
}
.AnyTagClassName
{
color: #5DA954;
}
</style>
background-color css
<style>
a { background-color: #5DA954; }
a { background-color: rgb(93,169,84); }
div.DivClassName
{
background-color: #5DA954;
}
.BgClassName
{
background-color: #5DA954;
}
</style>
border-color css
<style>
span { border-color: #5DA954; }
span { border-color: rgb(93,169,84); }
td.TdClassName
{
border-color: #5DA954;
}
.TagClassName
{
border-color: #5DA954;
}
</style>