Shades of Apple #5DB94D
Tints of Apple #5DB94D
RGB
CMYK
RGB Variations
Color information
#5DB94D (or 0x5DB94D) is known color: Apple. HEX triplet: 5D, B9 and 4D. RGB value is (93,185,77). Sum of RGB (Red+Green+Blue) = 93+185+77=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB94D is #A246B2. Grayscale: #919191. Windows color (decimal): -10634931 or 5093725. OLE color: 5093725.
HSL color Cylindrical-coordinate representation of color #5DB94D: hue angle of 111.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB94D is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 77 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.27 |
| HSL | 111.11º | 0.44% | 0.51% | - |
| HSV(B) | 111.11º | 0.58% | 0.73% | - |
| XYZ | 23.2 | 37.56 | 13.05 | - |
| YUV | 145.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 77 | 0.50 | 0 | 0.58 | 0.27 | 111.11 | 0.44 | 0.51 |
| Hex | 5D | B9 | 4D | 32 | 0 | 3A | 1B | 6F | 2C | 33 |
| Octal | 135 | 271 | 115 | 62 | 0 | 72 | 33 | 157 | 54 | 63 |
| Binary | 1011101 | 10111001 | 1001101 | 110010 | 0 | 111010 | 11011 | 1101111 | 101100 | 110011 |
Color Harmonies of #5DB94D
Complementary color
Monochromatic Colors of #5DB94D
Black with #5DB94D
Text Example
Text Example
White with #5DB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB94D; }
p { color: rgb(93,185,77); }
H1.HeaderClassName
{
color: #5DB94D;
}
.AnyTagClassName
{
color: #5DB94D;
}
</style>
background-color css
<style>
a { background-color: #5DB94D; }
a { background-color: rgb(93,185,77); }
div.DivClassName
{
background-color: #5DB94D;
}
.BgClassName
{
background-color: #5DB94D;
}
</style>
border-color css
<style>
span { border-color: #5DB94D; }
span { border-color: rgb(93,185,77); }
td.TdClassName
{
border-color: #5DB94D;
}
.TagClassName
{
border-color: #5DB94D;
}
</style>