Shades of Apple #5DD349
Tints of Apple #5DD349
RGB
CMYK
RGB Variations
Color information
#5DD349 (or 0x5DD349) is known color: Apple. HEX triplet: 5D, D3 and 49. RGB value is (93,211,73). Sum of RGB (Red+Green+Blue) = 93+211+73=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD349 is #A22CB6. Grayscale: #A0A0A0. Windows color (decimal): -10628279 or 4838237. OLE color: 4838237.
HSL color Cylindrical-coordinate representation of color #5DD349: hue angle of 111.3º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DD349 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 73 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.17 |
| HSL | 111.3º | 0.61% | 0.56% | - |
| HSV(B) | 111.3º | 0.65% | 0.83% | - |
| XYZ | 29.01 | 49.4 | 14.31 | - |
| YUV | 159.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 73 | 0.56 | 0 | 0.65 | 0.17 | 111.3 | 0.61 | 0.56 |
| Hex | 5D | D3 | 49 | 38 | 0 | 41 | 11 | 6F | 3D | 38 |
| Octal | 135 | 323 | 111 | 70 | 0 | 101 | 21 | 157 | 75 | 70 |
| Binary | 1011101 | 11010011 | 1001001 | 111000 | 0 | 1000001 | 10001 | 1101111 | 111101 | 111000 |
Color Harmonies of #5DD349
Complementary color
Monochromatic Colors of #5DD349
Black with #5DD349
Text Example
Text Example
White with #5DD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD349; }
p { color: rgb(93,211,73); }
H1.HeaderClassName
{
color: #5DD349;
}
.AnyTagClassName
{
color: #5DD349;
}
</style>
background-color css
<style>
a { background-color: #5DD349; }
a { background-color: rgb(93,211,73); }
div.DivClassName
{
background-color: #5DD349;
}
.BgClassName
{
background-color: #5DD349;
}
</style>
border-color css
<style>
span { border-color: #5DD349; }
span { border-color: rgb(93,211,73); }
td.TdClassName
{
border-color: #5DD349;
}
.TagClassName
{
border-color: #5DD349;
}
</style>