Shades of Apple #5DA452
Tints of Apple #5DA452
RGB
CMYK
RGB Variations
Color information
#5DA452 (or 0x5DA452) is known color: Apple. HEX triplet: 5D, A4 and 52. RGB value is (93,164,82). Sum of RGB (Red+Green+Blue) = 93+164+82=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA452 is #A25BAD. Grayscale: #858585. Windows color (decimal): -10640302 or 5416029. OLE color: 5416029.
HSL color Cylindrical-coordinate representation of color #5DA452: hue angle of 111.95º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DA452 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 82 | - |
| CMYK | 0.43 | 0 | 0.5 | 0.36 |
| HSL | 111.95º | 0.33% | 0.48% | - |
| HSV(B) | 111.95º | 0.5% | 0.64% | - |
| XYZ | 19.31 | 29.49 | 12.66 | - |
| YUV | 133.42 | 98.98 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 82 | 0.43 | 0 | 0.5 | 0.36 | 111.95 | 0.33 | 0.48 |
| Hex | 5D | A4 | 52 | 2B | 0 | 32 | 24 | 70 | 21 | 30 |
| Octal | 135 | 244 | 122 | 53 | 0 | 62 | 44 | 160 | 41 | 60 |
| Binary | 1011101 | 10100100 | 1010010 | 101011 | 0 | 110010 | 100100 | 1110000 | 100001 | 110000 |
Color Harmonies of #5DA452
Complementary color
Monochromatic Colors of #5DA452
Black with #5DA452
Text Example
Text Example
White with #5DA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA452; }
p { color: rgb(93,164,82); }
H1.HeaderClassName
{
color: #5DA452;
}
.AnyTagClassName
{
color: #5DA452;
}
</style>
background-color css
<style>
a { background-color: #5DA452; }
a { background-color: rgb(93,164,82); }
div.DivClassName
{
background-color: #5DA452;
}
.BgClassName
{
background-color: #5DA452;
}
</style>
border-color css
<style>
span { border-color: #5DA452; }
span { border-color: rgb(93,164,82); }
td.TdClassName
{
border-color: #5DA452;
}
.TagClassName
{
border-color: #5DA452;
}
</style>