Shades of Apple #5DD044
Tints of Apple #5DD044
RGB
CMYK
RGB Variations
Color information
#5DD044 (or 0x5DD044) is known color: Apple. HEX triplet: 5D, D0 and 44. RGB value is (93,208,68). Sum of RGB (Red+Green+Blue) = 93+208+68=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD044 is #A22FBB. Grayscale: #9E9E9E. Windows color (decimal): -10629052 or 4509789. OLE color: 4509789.
HSL color Cylindrical-coordinate representation of color #5DD044: hue angle of 109.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DD044 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 68 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.18 |
| HSL | 109.29º | 0.6% | 0.54% | - |
| HSV(B) | 109.29º | 0.67% | 0.82% | - |
| XYZ | 28.11 | 47.86 | 13.22 | - |
| YUV | 157.66 | 77.4 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 68 | 0.55 | 0 | 0.67 | 0.18 | 109.29 | 0.6 | 0.54 |
| Hex | 5D | D0 | 44 | 37 | 0 | 43 | 12 | 6D | 3C | 36 |
| Octal | 135 | 320 | 104 | 67 | 0 | 103 | 22 | 155 | 74 | 66 |
| Binary | 1011101 | 11010000 | 1000100 | 110111 | 0 | 1000011 | 10010 | 1101101 | 111100 | 110110 |
Color Harmonies of #5DD044
Complementary color
Monochromatic Colors of #5DD044
Black with #5DD044
Text Example
Text Example
White with #5DD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD044; }
p { color: rgb(93,208,68); }
H1.HeaderClassName
{
color: #5DD044;
}
.AnyTagClassName
{
color: #5DD044;
}
</style>
background-color css
<style>
a { background-color: #5DD044; }
a { background-color: rgb(93,208,68); }
div.DivClassName
{
background-color: #5DD044;
}
.BgClassName
{
background-color: #5DD044;
}
</style>
border-color css
<style>
span { border-color: #5DD044; }
span { border-color: rgb(93,208,68); }
td.TdClassName
{
border-color: #5DD044;
}
.TagClassName
{
border-color: #5DD044;
}
</style>