Shades of Apple #5DD644
Tints of Apple #5DD644
RGB
CMYK
RGB Variations
Color information
#5DD644 (or 0x5DD644) is known color: Apple. HEX triplet: 5D, D6 and 44. RGB value is (93,214,68). Sum of RGB (Red+Green+Blue) = 93+214+68=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD644 is #A229BB. Grayscale: #A1A1A1. Windows color (decimal): -10627516 or 4511325. OLE color: 4511325.
HSL color Cylindrical-coordinate representation of color #5DD644: hue angle of 109.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DD644 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 68 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.16 |
| HSL | 109.73º | 0.64% | 0.55% | - |
| HSV(B) | 109.73º | 0.68% | 0.84% | - |
| XYZ | 29.6 | 50.84 | 13.72 | - |
| YUV | 161.18 | 75.41 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 68 | 0.57 | 0 | 0.68 | 0.16 | 109.73 | 0.64 | 0.55 |
| Hex | 5D | D6 | 44 | 39 | 0 | 44 | 10 | 6E | 40 | 37 |
| Octal | 135 | 326 | 104 | 71 | 0 | 104 | 20 | 156 | 100 | 67 |
| Binary | 1011101 | 11010110 | 1000100 | 111001 | 0 | 1000100 | 10000 | 1101110 | 1000000 | 110111 |
Color Harmonies of #5DD644
Complementary color
Monochromatic Colors of #5DD644
Black with #5DD644
Text Example
Text Example
White with #5DD644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD644; }
p { color: rgb(93,214,68); }
H1.HeaderClassName
{
color: #5DD644;
}
.AnyTagClassName
{
color: #5DD644;
}
</style>
background-color css
<style>
a { background-color: #5DD644; }
a { background-color: rgb(93,214,68); }
div.DivClassName
{
background-color: #5DD644;
}
.BgClassName
{
background-color: #5DD644;
}
</style>
border-color css
<style>
span { border-color: #5DD644; }
span { border-color: rgb(93,214,68); }
td.TdClassName
{
border-color: #5DD644;
}
.TagClassName
{
border-color: #5DD644;
}
</style>