Shades of Apple #5DA83D
Tints of Apple #5DA83D
RGB
CMYK
RGB Variations
Color information
#5DA83D (or 0x5DA83D) is known color: Apple. HEX triplet: 5D, A8 and 3D. RGB value is (93,168,61). Sum of RGB (Red+Green+Blue) = 93+168+61=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA83D is #A257C2. Grayscale: #858585. Windows color (decimal): -10639299 or 4040797. OLE color: 4040797.
HSL color Cylindrical-coordinate representation of color #5DA83D: hue angle of 102.06º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DA83D is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 61 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.34 |
| HSL | 102.06º | 0.47% | 0.45% | - |
| HSV(B) | 102.06º | 0.64% | 0.66% | - |
| XYZ | 19.36 | 30.67 | 9.31 | - |
| YUV | 133.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 61 | 0.45 | 0 | 0.64 | 0.34 | 102.06 | 0.47 | 0.45 |
| Hex | 5D | A8 | 3D | 2D | 0 | 40 | 22 | 66 | 2F | 2D |
| Octal | 135 | 250 | 75 | 55 | 0 | 100 | 42 | 146 | 57 | 55 |
| Binary | 1011101 | 10101000 | 111101 | 101101 | 0 | 1000000 | 100010 | 1100110 | 101111 | 101101 |
Color Harmonies of #5DA83D
Complementary color
Monochromatic Colors of #5DA83D
Black with #5DA83D
Text Example
Text Example
White with #5DA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA83D; }
p { color: rgb(93,168,61); }
H1.HeaderClassName
{
color: #5DA83D;
}
.AnyTagClassName
{
color: #5DA83D;
}
</style>
background-color css
<style>
a { background-color: #5DA83D; }
a { background-color: rgb(93,168,61); }
div.DivClassName
{
background-color: #5DA83D;
}
.BgClassName
{
background-color: #5DA83D;
}
</style>
border-color css
<style>
span { border-color: #5DA83D; }
span { border-color: rgb(93,168,61); }
td.TdClassName
{
border-color: #5DA83D;
}
.TagClassName
{
border-color: #5DA83D;
}
</style>