Shades of Apple #5DDB4F
Tints of Apple #5DDB4F
RGB
CMYK
RGB Variations
Color information
#5DDB4F (or 0x5DDB4F) is known color: Apple. HEX triplet: 5D, DB and 4F. RGB value is (93,219,79). Sum of RGB (Red+Green+Blue) = 93+219+79=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDB4F is #A224B0. Grayscale: #A5A5A5. Windows color (decimal): -10626225 or 5233501. OLE color: 5233501.
HSL color Cylindrical-coordinate representation of color #5DDB4F: hue angle of 114º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DDB4F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 79 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.14 |
| HSL | 114º | 0.66% | 0.58% | - |
| HSV(B) | 114º | 0.64% | 0.86% | - |
| XYZ | 31.26 | 53.55 | 16.09 | - |
| YUV | 165.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 79 | 0.58 | 0 | 0.64 | 0.14 | 114 | 0.66 | 0.58 |
| Hex | 5D | DB | 4F | 3A | 0 | 40 | E | 72 | 42 | 3A |
| Octal | 135 | 333 | 117 | 72 | 0 | 100 | 16 | 162 | 102 | 72 |
| Binary | 1011101 | 11011011 | 1001111 | 111010 | 0 | 1000000 | 1110 | 1110010 | 1000010 | 111010 |
Color Harmonies of #5DDB4F
Complementary color
Monochromatic Colors of #5DDB4F
Black with #5DDB4F
Text Example
Text Example
White with #5DDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB4F; }
p { color: rgb(93,219,79); }
H1.HeaderClassName
{
color: #5DDB4F;
}
.AnyTagClassName
{
color: #5DDB4F;
}
</style>
background-color css
<style>
a { background-color: #5DDB4F; }
a { background-color: rgb(93,219,79); }
div.DivClassName
{
background-color: #5DDB4F;
}
.BgClassName
{
background-color: #5DDB4F;
}
</style>
border-color css
<style>
span { border-color: #5DDB4F; }
span { border-color: rgb(93,219,79); }
td.TdClassName
{
border-color: #5DDB4F;
}
.TagClassName
{
border-color: #5DDB4F;
}
</style>