Shades of Apple #5DAC42
Tints of Apple #5DAC42
RGB
CMYK
RGB Variations
Color information
#5DAC42 (or 0x5DAC42) is known color: Apple. HEX triplet: 5D, AC and 42. RGB value is (93,172,66). Sum of RGB (Red+Green+Blue) = 93+172+66=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC42 is #A253BD. Grayscale: #888888. Windows color (decimal): -10638270 or 4369501. OLE color: 4369501.
HSL color Cylindrical-coordinate representation of color #5DAC42: hue angle of 104.72º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DAC42 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 66 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.33 |
| HSL | 104.72º | 0.45% | 0.47% | - |
| HSV(B) | 104.72º | 0.62% | 0.67% | - |
| XYZ | 20.25 | 32.23 | 10.31 | - |
| YUV | 136.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 66 | 0.46 | 0 | 0.62 | 0.33 | 104.72 | 0.45 | 0.47 |
| Hex | 5D | AC | 42 | 2E | 0 | 3E | 21 | 69 | 2D | 2F |
| Octal | 135 | 254 | 102 | 56 | 0 | 76 | 41 | 151 | 55 | 57 |
| Binary | 1011101 | 10101100 | 1000010 | 101110 | 0 | 111110 | 100001 | 1101001 | 101101 | 101111 |
Color Harmonies of #5DAC42
Complementary color
Monochromatic Colors of #5DAC42
Black with #5DAC42
Text Example
Text Example
White with #5DAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC42; }
p { color: rgb(93,172,66); }
H1.HeaderClassName
{
color: #5DAC42;
}
.AnyTagClassName
{
color: #5DAC42;
}
</style>
background-color css
<style>
a { background-color: #5DAC42; }
a { background-color: rgb(93,172,66); }
div.DivClassName
{
background-color: #5DAC42;
}
.BgClassName
{
background-color: #5DAC42;
}
</style>
border-color css
<style>
span { border-color: #5DAC42; }
span { border-color: rgb(93,172,66); }
td.TdClassName
{
border-color: #5DAC42;
}
.TagClassName
{
border-color: #5DAC42;
}
</style>