Shades of Apple #5DD84F
Tints of Apple #5DD84F
RGB
CMYK
RGB Variations
Color information
#5DD84F (or 0x5DD84F) is known color: Apple. HEX triplet: 5D, D8 and 4F. RGB value is (93,216,79). Sum of RGB (Red+Green+Blue) = 93+216+79=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD84F is #A227B0. Grayscale: #A4A4A4. Windows color (decimal): -10626993 or 5232733. OLE color: 5232733.
HSL color Cylindrical-coordinate representation of color #5DD84F: hue angle of 113.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD84F is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 79 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.15 |
| HSL | 113.87º | 0.64% | 0.58% | - |
| HSV(B) | 113.87º | 0.63% | 0.85% | - |
| XYZ | 30.48 | 52 | 15.83 | - |
| YUV | 163.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 79 | 0.57 | 0 | 0.63 | 0.15 | 113.87 | 0.64 | 0.58 |
| Hex | 5D | D8 | 4F | 39 | 0 | 3F | F | 72 | 40 | 3A |
| Octal | 135 | 330 | 117 | 71 | 0 | 77 | 17 | 162 | 100 | 72 |
| Binary | 1011101 | 11011000 | 1001111 | 111001 | 0 | 111111 | 1111 | 1110010 | 1000000 | 111010 |
Color Harmonies of #5DD84F
Complementary color
Monochromatic Colors of #5DD84F
Black with #5DD84F
Text Example
Text Example
White with #5DD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD84F; }
p { color: rgb(93,216,79); }
H1.HeaderClassName
{
color: #5DD84F;
}
.AnyTagClassName
{
color: #5DD84F;
}
</style>
background-color css
<style>
a { background-color: #5DD84F; }
a { background-color: rgb(93,216,79); }
div.DivClassName
{
background-color: #5DD84F;
}
.BgClassName
{
background-color: #5DD84F;
}
</style>
border-color css
<style>
span { border-color: #5DD84F; }
span { border-color: rgb(93,216,79); }
td.TdClassName
{
border-color: #5DD84F;
}
.TagClassName
{
border-color: #5DD84F;
}
</style>