Shades of Apple #5DD64E
Tints of Apple #5DD64E
RGB
CMYK
RGB Variations
Color information
#5DD64E (or 0x5DD64E) is known color: Apple. HEX triplet: 5D, D6 and 4E. RGB value is (93,214,78). Sum of RGB (Red+Green+Blue) = 93+214+78=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD64E is #A229B1. Grayscale: #A2A2A2. Windows color (decimal): -10627506 or 5166685. OLE color: 5166685.
HSL color Cylindrical-coordinate representation of color #5DD64E: hue angle of 113.38º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DD64E is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 78 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.16 |
| HSL | 113.38º | 0.62% | 0.57% | - |
| HSV(B) | 113.38º | 0.64% | 0.84% | - |
| XYZ | 29.94 | 50.97 | 15.47 | - |
| YUV | 162.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 78 | 0.57 | 0 | 0.64 | 0.16 | 113.38 | 0.62 | 0.57 |
| Hex | 5D | D6 | 4E | 39 | 0 | 40 | 10 | 71 | 3E | 39 |
| Octal | 135 | 326 | 116 | 71 | 0 | 100 | 20 | 161 | 76 | 71 |
| Binary | 1011101 | 11010110 | 1001110 | 111001 | 0 | 1000000 | 10000 | 1110001 | 111110 | 111001 |
Color Harmonies of #5DD64E
Complementary color
Monochromatic Colors of #5DD64E
Black with #5DD64E
Text Example
Text Example
White with #5DD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD64E; }
p { color: rgb(93,214,78); }
H1.HeaderClassName
{
color: #5DD64E;
}
.AnyTagClassName
{
color: #5DD64E;
}
</style>
background-color css
<style>
a { background-color: #5DD64E; }
a { background-color: rgb(93,214,78); }
div.DivClassName
{
background-color: #5DD64E;
}
.BgClassName
{
background-color: #5DD64E;
}
</style>
border-color css
<style>
span { border-color: #5DD64E; }
span { border-color: rgb(93,214,78); }
td.TdClassName
{
border-color: #5DD64E;
}
.TagClassName
{
border-color: #5DD64E;
}
</style>