Shades of Apple #5DB34D
Tints of Apple #5DB34D
RGB
CMYK
RGB Variations
Color information
#5DB34D (or 0x5DB34D) is known color: Apple. HEX triplet: 5D, B3 and 4D. RGB value is (93,179,77). Sum of RGB (Red+Green+Blue) = 93+179+77=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB34D is #A24CB2. Grayscale: #8D8D8D. Windows color (decimal): -10636467 or 5092189. OLE color: 5092189.
HSL color Cylindrical-coordinate representation of color #5DB34D: hue angle of 110.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DB34D is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 77 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.30 |
| HSL | 110.59º | 0.4% | 0.5% | - |
| HSV(B) | 110.59º | 0.57% | 0.7% | - |
| XYZ | 21.97 | 35.1 | 12.64 | - |
| YUV | 141.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 77 | 0.48 | 0 | 0.57 | 0.30 | 110.59 | 0.4 | 0.5 |
| Hex | 5D | B3 | 4D | 30 | 0 | 39 | 1E | 6F | 28 | 32 |
| Octal | 135 | 263 | 115 | 60 | 0 | 71 | 36 | 157 | 50 | 62 |
| Binary | 1011101 | 10110011 | 1001101 | 110000 | 0 | 111001 | 11110 | 1101111 | 101000 | 110010 |
Color Harmonies of #5DB34D
Complementary color
Monochromatic Colors of #5DB34D
Black with #5DB34D
Text Example
Text Example
White with #5DB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB34D; }
p { color: rgb(93,179,77); }
H1.HeaderClassName
{
color: #5DB34D;
}
.AnyTagClassName
{
color: #5DB34D;
}
</style>
background-color css
<style>
a { background-color: #5DB34D; }
a { background-color: rgb(93,179,77); }
div.DivClassName
{
background-color: #5DB34D;
}
.BgClassName
{
background-color: #5DB34D;
}
</style>
border-color css
<style>
span { border-color: #5DB34D; }
span { border-color: rgb(93,179,77); }
td.TdClassName
{
border-color: #5DB34D;
}
.TagClassName
{
border-color: #5DB34D;
}
</style>