Shades of Apple #5DA142
Tints of Apple #5DA142
RGB
CMYK
RGB Variations
Color information
#5DA142 (or 0x5DA142) is known color: Apple. HEX triplet: 5D, A1 and 42. RGB value is (93,161,66). Sum of RGB (Red+Green+Blue) = 93+161+66=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA142 is #A25EBD. Grayscale: #828282. Windows color (decimal): -10641086 or 4366685. OLE color: 4366685.
HSL color Cylindrical-coordinate representation of color #5DA142: hue angle of 102.95º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DA142 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 66 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.37 |
| HSL | 102.95º | 0.42% | 0.45% | - |
| HSV(B) | 102.95º | 0.59% | 0.63% | - |
| XYZ | 18.24 | 28.21 | 9.64 | - |
| YUV | 129.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 66 | 0.42 | 0 | 0.59 | 0.37 | 102.95 | 0.42 | 0.45 |
| Hex | 5D | A1 | 42 | 2A | 0 | 3B | 25 | 67 | 2A | 2D |
| Octal | 135 | 241 | 102 | 52 | 0 | 73 | 45 | 147 | 52 | 55 |
| Binary | 1011101 | 10100001 | 1000010 | 101010 | 0 | 111011 | 100101 | 1100111 | 101010 | 101101 |
Color Harmonies of #5DA142
Complementary color
Monochromatic Colors of #5DA142
Black with #5DA142
Text Example
Text Example
White with #5DA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA142; }
p { color: rgb(93,161,66); }
H1.HeaderClassName
{
color: #5DA142;
}
.AnyTagClassName
{
color: #5DA142;
}
</style>
background-color css
<style>
a { background-color: #5DA142; }
a { background-color: rgb(93,161,66); }
div.DivClassName
{
background-color: #5DA142;
}
.BgClassName
{
background-color: #5DA142;
}
</style>
border-color css
<style>
span { border-color: #5DA142; }
span { border-color: rgb(93,161,66); }
td.TdClassName
{
border-color: #5DA142;
}
.TagClassName
{
border-color: #5DA142;
}
</style>