Shades of Apple #5DAC43
Tints of Apple #5DAC43
RGB
CMYK
RGB Variations
Color information
#5DAC43 (or 0x5DAC43) is known color: Apple. HEX triplet: 5D, AC and 43. RGB value is (93,172,67). Sum of RGB (Red+Green+Blue) = 93+172+67=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC43 is #A253BC. Grayscale: #888888. Windows color (decimal): -10638269 or 4435037. OLE color: 4435037.
HSL color Cylindrical-coordinate representation of color #5DAC43: hue angle of 105.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DAC43 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 67 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.33 |
| HSL | 105.14º | 0.44% | 0.47% | - |
| HSV(B) | 105.14º | 0.61% | 0.67% | - |
| XYZ | 20.28 | 32.24 | 10.46 | - |
| YUV | 136.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 67 | 0.46 | 0 | 0.61 | 0.33 | 105.14 | 0.44 | 0.47 |
| Hex | 5D | AC | 43 | 2E | 0 | 3D | 21 | 69 | 2C | 2F |
| Octal | 135 | 254 | 103 | 56 | 0 | 75 | 41 | 151 | 54 | 57 |
| Binary | 1011101 | 10101100 | 1000011 | 101110 | 0 | 111101 | 100001 | 1101001 | 101100 | 101111 |
Color Harmonies of #5DAC43
Complementary color
Monochromatic Colors of #5DAC43
Black with #5DAC43
Text Example
Text Example
White with #5DAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC43; }
p { color: rgb(93,172,67); }
H1.HeaderClassName
{
color: #5DAC43;
}
.AnyTagClassName
{
color: #5DAC43;
}
</style>
background-color css
<style>
a { background-color: #5DAC43; }
a { background-color: rgb(93,172,67); }
div.DivClassName
{
background-color: #5DAC43;
}
.BgClassName
{
background-color: #5DAC43;
}
</style>
border-color css
<style>
span { border-color: #5DAC43; }
span { border-color: rgb(93,172,67); }
td.TdClassName
{
border-color: #5DAC43;
}
.TagClassName
{
border-color: #5DAC43;
}
</style>