Shades of Apple #5DAD3D
Tints of Apple #5DAD3D
RGB
CMYK
RGB Variations
Color information
#5DAD3D (or 0x5DAD3D) is known color: Apple. HEX triplet: 5D, AD and 3D. RGB value is (93,173,61). Sum of RGB (Red+Green+Blue) = 93+173+61=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD3D is #A252C2. Grayscale: #888888. Windows color (decimal): -10638019 or 4042077. OLE color: 4042077.
HSL color Cylindrical-coordinate representation of color #5DAD3D: hue angle of 102.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DAD3D is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 61 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.32 |
| HSL | 102.86º | 0.48% | 0.46% | - |
| HSV(B) | 102.86º | 0.65% | 0.68% | - |
| XYZ | 20.3 | 32.55 | 9.63 | - |
| YUV | 136.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 61 | 0.46 | 0 | 0.65 | 0.32 | 102.86 | 0.48 | 0.46 |
| Hex | 5D | AD | 3D | 2E | 0 | 41 | 20 | 67 | 30 | 2E |
| Octal | 135 | 255 | 75 | 56 | 0 | 101 | 40 | 147 | 60 | 56 |
| Binary | 1011101 | 10101101 | 111101 | 101110 | 0 | 1000001 | 100000 | 1100111 | 110000 | 101110 |
Color Harmonies of #5DAD3D
Complementary color
Monochromatic Colors of #5DAD3D
Black with #5DAD3D
Text Example
Text Example
White with #5DAD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD3D; }
p { color: rgb(93,173,61); }
H1.HeaderClassName
{
color: #5DAD3D;
}
.AnyTagClassName
{
color: #5DAD3D;
}
</style>
background-color css
<style>
a { background-color: #5DAD3D; }
a { background-color: rgb(93,173,61); }
div.DivClassName
{
background-color: #5DAD3D;
}
.BgClassName
{
background-color: #5DAD3D;
}
</style>
border-color css
<style>
span { border-color: #5DAD3D; }
span { border-color: rgb(93,173,61); }
td.TdClassName
{
border-color: #5DAD3D;
}
.TagClassName
{
border-color: #5DAD3D;
}
</style>