Shades of Apple #5DD749
Tints of Apple #5DD749
RGB
CMYK
RGB Variations
Color information
#5DD749 (or 0x5DD749) is known color: Apple. HEX triplet: 5D, D7 and 49. RGB value is (93,215,73). Sum of RGB (Red+Green+Blue) = 93+215+73=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD749 is #A228B6. Grayscale: #A2A2A2. Windows color (decimal): -10627255 or 4839261. OLE color: 4839261.
HSL color Cylindrical-coordinate representation of color #5DD749: hue angle of 111.55º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DD749 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 73 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.16 |
| HSL | 111.55º | 0.64% | 0.56% | - |
| HSV(B) | 111.55º | 0.66% | 0.84% | - |
| XYZ | 30.02 | 51.41 | 14.64 | - |
| YUV | 162.33 | 77.58 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 73 | 0.57 | 0 | 0.66 | 0.16 | 111.55 | 0.64 | 0.56 |
| Hex | 5D | D7 | 49 | 39 | 0 | 42 | 10 | 70 | 40 | 38 |
| Octal | 135 | 327 | 111 | 71 | 0 | 102 | 20 | 160 | 100 | 70 |
| Binary | 1011101 | 11010111 | 1001001 | 111001 | 0 | 1000010 | 10000 | 1110000 | 1000000 | 111000 |
Color Harmonies of #5DD749
Complementary color
Monochromatic Colors of #5DD749
Black with #5DD749
Text Example
Text Example
White with #5DD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD749; }
p { color: rgb(93,215,73); }
H1.HeaderClassName
{
color: #5DD749;
}
.AnyTagClassName
{
color: #5DD749;
}
</style>
background-color css
<style>
a { background-color: #5DD749; }
a { background-color: rgb(93,215,73); }
div.DivClassName
{
background-color: #5DD749;
}
.BgClassName
{
background-color: #5DD749;
}
</style>
border-color css
<style>
span { border-color: #5DD749; }
span { border-color: rgb(93,215,73); }
td.TdClassName
{
border-color: #5DD749;
}
.TagClassName
{
border-color: #5DD749;
}
</style>