Shades of Apple #5DA552
Tints of Apple #5DA552
RGB
CMYK
RGB Variations
Color information
#5DA552 (or 0x5DA552) is known color: Apple. HEX triplet: 5D, A5 and 52. RGB value is (93,165,82). Sum of RGB (Red+Green+Blue) = 93+165+82=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA552 is #A25AAD. Grayscale: #868686. Windows color (decimal): -10640046 or 5416285. OLE color: 5416285.
HSL color Cylindrical-coordinate representation of color #5DA552: hue angle of 112.05º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DA552 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 165 | 82 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.35 |
| HSL | 112.05º | 0.34% | 0.48% | - |
| HSV(B) | 112.05º | 0.5% | 0.65% | - |
| XYZ | 19.49 | 29.85 | 12.72 | - |
| YUV | 134.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 82 | 0.44 | 0 | 0.50 | 0.35 | 112.05 | 0.34 | 0.48 |
| Hex | 5D | A5 | 52 | 2C | 0 | 32 | 23 | 70 | 22 | 30 |
| Octal | 135 | 245 | 122 | 54 | 0 | 62 | 43 | 160 | 42 | 60 |
| Binary | 1011101 | 10100101 | 1010010 | 101100 | 0 | 110010 | 100011 | 1110000 | 100010 | 110000 |
Color Harmonies of #5DA552
Complementary color
Monochromatic Colors of #5DA552
Black with #5DA552
Text Example
Text Example
White with #5DA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA552; }
p { color: rgb(93,165,82); }
H1.HeaderClassName
{
color: #5DA552;
}
.AnyTagClassName
{
color: #5DA552;
}
</style>
background-color css
<style>
a { background-color: #5DA552; }
a { background-color: rgb(93,165,82); }
div.DivClassName
{
background-color: #5DA552;
}
.BgClassName
{
background-color: #5DA552;
}
</style>
border-color css
<style>
span { border-color: #5DA552; }
span { border-color: rgb(93,165,82); }
td.TdClassName
{
border-color: #5DA552;
}
.TagClassName
{
border-color: #5DA552;
}
</style>