Shades of Apple #5DDA41
Tints of Apple #5DDA41
RGB
CMYK
RGB Variations
Color information
#5DDA41 (or 0x5DDA41) is known color: Apple. HEX triplet: 5D, DA and 41. RGB value is (93,218,65). Sum of RGB (Red+Green+Blue) = 93+218+65=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA41 is #A225BE. Grayscale: #A3A3A3. Windows color (decimal): -10626495 or 4315741. OLE color: 4315741.
HSL color Cylindrical-coordinate representation of color #5DDA41: hue angle of 109.02º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DDA41 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 65 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.15 |
| HSL | 109.02º | 0.67% | 0.55% | - |
| HSV(B) | 109.02º | 0.7% | 0.85% | - |
| XYZ | 30.54 | 52.85 | 13.59 | - |
| YUV | 163.18 | 72.59 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 65 | 0.57 | 0 | 0.70 | 0.15 | 109.02 | 0.67 | 0.55 |
| Hex | 5D | DA | 41 | 39 | 0 | 46 | F | 6D | 43 | 37 |
| Octal | 135 | 332 | 101 | 71 | 0 | 106 | 17 | 155 | 103 | 67 |
| Binary | 1011101 | 11011010 | 1000001 | 111001 | 0 | 1000110 | 1111 | 1101101 | 1000011 | 110111 |
Color Harmonies of #5DDA41
Complementary color
Monochromatic Colors of #5DDA41
Black with #5DDA41
Text Example
Text Example
White with #5DDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA41; }
p { color: rgb(93,218,65); }
H1.HeaderClassName
{
color: #5DDA41;
}
.AnyTagClassName
{
color: #5DDA41;
}
</style>
background-color css
<style>
a { background-color: #5DDA41; }
a { background-color: rgb(93,218,65); }
div.DivClassName
{
background-color: #5DDA41;
}
.BgClassName
{
background-color: #5DDA41;
}
</style>
border-color css
<style>
span { border-color: #5DDA41; }
span { border-color: rgb(93,218,65); }
td.TdClassName
{
border-color: #5DDA41;
}
.TagClassName
{
border-color: #5DDA41;
}
</style>