Shades of Apple #5DDA3F
Tints of Apple #5DDA3F
RGB
CMYK
RGB Variations
Color information
#5DDA3F (or 0x5DDA3F) is known color: Apple. HEX triplet: 5D, DA and 3F. RGB value is (93,218,63). Sum of RGB (Red+Green+Blue) = 93+218+63=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA3F is #A225C0. Grayscale: #A3A3A3. Windows color (decimal): -10626497 or 4184669. OLE color: 4184669.
HSL color Cylindrical-coordinate representation of color #5DDA3F: hue angle of 108.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DDA3F is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 63 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.15 |
| HSL | 108.39º | 0.68% | 0.55% | - |
| HSV(B) | 108.39º | 0.71% | 0.85% | - |
| XYZ | 30.48 | 52.83 | 13.29 | - |
| YUV | 162.96 | 71.59 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 63 | 0.57 | 0 | 0.71 | 0.15 | 108.39 | 0.68 | 0.55 |
| Hex | 5D | DA | 3F | 39 | 0 | 47 | F | 6C | 44 | 37 |
| Octal | 135 | 332 | 77 | 71 | 0 | 107 | 17 | 154 | 104 | 67 |
| Binary | 1011101 | 11011010 | 111111 | 111001 | 0 | 1000111 | 1111 | 1101100 | 1000100 | 110111 |
Color Harmonies of #5DDA3F
Complementary color
Monochromatic Colors of #5DDA3F
Black with #5DDA3F
Text Example
Text Example
White with #5DDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA3F; }
p { color: rgb(93,218,63); }
H1.HeaderClassName
{
color: #5DDA3F;
}
.AnyTagClassName
{
color: #5DDA3F;
}
</style>
background-color css
<style>
a { background-color: #5DDA3F; }
a { background-color: rgb(93,218,63); }
div.DivClassName
{
background-color: #5DDA3F;
}
.BgClassName
{
background-color: #5DDA3F;
}
</style>
border-color css
<style>
span { border-color: #5DDA3F; }
span { border-color: rgb(93,218,63); }
td.TdClassName
{
border-color: #5DDA3F;
}
.TagClassName
{
border-color: #5DDA3F;
}
</style>