Shades of Apple #5DC84D
Tints of Apple #5DC84D
RGB
CMYK
RGB Variations
Color information
#5DC84D (or 0x5DC84D) is known color: Apple. HEX triplet: 5D, C8 and 4D. RGB value is (93,200,77). Sum of RGB (Red+Green+Blue) = 93+200+77=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC84D is #A237B2. Grayscale: #9A9A9A. Windows color (decimal): -10631091 or 5097565. OLE color: 5097565.
HSL color Cylindrical-coordinate representation of color #5DC84D: hue angle of 112.2º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DC84D is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 77 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.22 |
| HSL | 112.2º | 0.53% | 0.54% | - |
| HSV(B) | 112.2º | 0.62% | 0.78% | - |
| XYZ | 26.51 | 44.17 | 14.15 | - |
| YUV | 153.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 77 | 0.54 | 0 | 0.62 | 0.22 | 112.2 | 0.53 | 0.54 |
| Hex | 5D | C8 | 4D | 36 | 0 | 3E | 16 | 70 | 35 | 36 |
| Octal | 135 | 310 | 115 | 66 | 0 | 76 | 26 | 160 | 65 | 66 |
| Binary | 1011101 | 11001000 | 1001101 | 110110 | 0 | 111110 | 10110 | 1110000 | 110101 | 110110 |
Color Harmonies of #5DC84D
Complementary color
Monochromatic Colors of #5DC84D
Black with #5DC84D
Text Example
Text Example
White with #5DC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC84D; }
p { color: rgb(93,200,77); }
H1.HeaderClassName
{
color: #5DC84D;
}
.AnyTagClassName
{
color: #5DC84D;
}
</style>
background-color css
<style>
a { background-color: #5DC84D; }
a { background-color: rgb(93,200,77); }
div.DivClassName
{
background-color: #5DC84D;
}
.BgClassName
{
background-color: #5DC84D;
}
</style>
border-color css
<style>
span { border-color: #5DC84D; }
span { border-color: rgb(93,200,77); }
td.TdClassName
{
border-color: #5DC84D;
}
.TagClassName
{
border-color: #5DC84D;
}
</style>