Shades of Apple #5DD040
Tints of Apple #5DD040
RGB
CMYK
RGB Variations
Color information
#5DD040 (or 0x5DD040) is known color: Apple. HEX triplet: 5D, D0 and 40. RGB value is (93,208,64). Sum of RGB (Red+Green+Blue) = 93+208+64=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD040 is #A22FBF. Grayscale: #9D9D9D. Windows color (decimal): -10629056 or 4247645. OLE color: 4247645.
HSL color Cylindrical-coordinate representation of color #5DD040: hue angle of 107.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DD040 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 64 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.18 |
| HSL | 107.92º | 0.61% | 0.53% | - |
| HSV(B) | 107.92º | 0.69% | 0.82% | - |
| XYZ | 28 | 47.81 | 12.6 | - |
| YUV | 157.2 | 75.4 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 64 | 0.55 | 0 | 0.69 | 0.18 | 107.92 | 0.61 | 0.53 |
| Hex | 5D | D0 | 40 | 37 | 0 | 45 | 12 | 6C | 3D | 35 |
| Octal | 135 | 320 | 100 | 67 | 0 | 105 | 22 | 154 | 75 | 65 |
| Binary | 1011101 | 11010000 | 1000000 | 110111 | 0 | 1000101 | 10010 | 1101100 | 111101 | 110101 |
Color Harmonies of #5DD040
Complementary color
Monochromatic Colors of #5DD040
Black with #5DD040
Text Example
Text Example
White with #5DD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD040; }
p { color: rgb(93,208,64); }
H1.HeaderClassName
{
color: #5DD040;
}
.AnyTagClassName
{
color: #5DD040;
}
</style>
background-color css
<style>
a { background-color: #5DD040; }
a { background-color: rgb(93,208,64); }
div.DivClassName
{
background-color: #5DD040;
}
.BgClassName
{
background-color: #5DD040;
}
</style>
border-color css
<style>
span { border-color: #5DD040; }
span { border-color: rgb(93,208,64); }
td.TdClassName
{
border-color: #5DD040;
}
.TagClassName
{
border-color: #5DD040;
}
</style>