Shades of Apple #5DA043
Tints of Apple #5DA043
RGB
CMYK
RGB Variations
Color information
#5DA043 (or 0x5DA043) is known color: Apple. HEX triplet: 5D, A0 and 43. RGB value is (93,160,67). Sum of RGB (Red+Green+Blue) = 93+160+67=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA043 is #A25FBC. Grayscale: #818181. Windows color (decimal): -10641341 or 4431965. OLE color: 4431965.
HSL color Cylindrical-coordinate representation of color #5DA043: hue angle of 103.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DA043 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 67 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.37 |
| HSL | 103.23º | 0.41% | 0.45% | - |
| HSV(B) | 103.23º | 0.58% | 0.63% | - |
| XYZ | 18.1 | 27.87 | 9.74 | - |
| YUV | 129.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 67 | 0.42 | 0 | 0.58 | 0.37 | 103.23 | 0.41 | 0.45 |
| Hex | 5D | A0 | 43 | 2A | 0 | 3A | 25 | 67 | 29 | 2D |
| Octal | 135 | 240 | 103 | 52 | 0 | 72 | 45 | 147 | 51 | 55 |
| Binary | 1011101 | 10100000 | 1000011 | 101010 | 0 | 111010 | 100101 | 1100111 | 101001 | 101101 |
Color Harmonies of #5DA043
Complementary color
Monochromatic Colors of #5DA043
Black with #5DA043
Text Example
Text Example
White with #5DA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA043; }
p { color: rgb(93,160,67); }
H1.HeaderClassName
{
color: #5DA043;
}
.AnyTagClassName
{
color: #5DA043;
}
</style>
background-color css
<style>
a { background-color: #5DA043; }
a { background-color: rgb(93,160,67); }
div.DivClassName
{
background-color: #5DA043;
}
.BgClassName
{
background-color: #5DA043;
}
</style>
border-color css
<style>
span { border-color: #5DA043; }
span { border-color: rgb(93,160,67); }
td.TdClassName
{
border-color: #5DA043;
}
.TagClassName
{
border-color: #5DA043;
}
</style>