Shades of Apple #5DBD49
Tints of Apple #5DBD49
RGB
CMYK
RGB Variations
Color information
#5DBD49 (or 0x5DBD49) is known color: Apple. HEX triplet: 5D, BD and 49. RGB value is (93,189,73). Sum of RGB (Red+Green+Blue) = 93+189+73=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD49 is #A242B6. Grayscale: #939393. Windows color (decimal): -10633911 or 4832605. OLE color: 4832605.
HSL color Cylindrical-coordinate representation of color #5DBD49: hue angle of 109.66º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBD49 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 73 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.26 |
| HSL | 109.66º | 0.47% | 0.51% | - |
| HSV(B) | 109.66º | 0.61% | 0.74% | - |
| XYZ | 23.91 | 39.2 | 12.61 | - |
| YUV | 147.07 | 86.2 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 73 | 0.51 | 0 | 0.61 | 0.26 | 109.66 | 0.47 | 0.51 |
| Hex | 5D | BD | 49 | 33 | 0 | 3D | 1A | 6E | 2F | 33 |
| Octal | 135 | 275 | 111 | 63 | 0 | 75 | 32 | 156 | 57 | 63 |
| Binary | 1011101 | 10111101 | 1001001 | 110011 | 0 | 111101 | 11010 | 1101110 | 101111 | 110011 |
Color Harmonies of #5DBD49
Complementary color
Monochromatic Colors of #5DBD49
Black with #5DBD49
Text Example
Text Example
White with #5DBD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD49; }
p { color: rgb(93,189,73); }
H1.HeaderClassName
{
color: #5DBD49;
}
.AnyTagClassName
{
color: #5DBD49;
}
</style>
background-color css
<style>
a { background-color: #5DBD49; }
a { background-color: rgb(93,189,73); }
div.DivClassName
{
background-color: #5DBD49;
}
.BgClassName
{
background-color: #5DBD49;
}
</style>
border-color css
<style>
span { border-color: #5DBD49; }
span { border-color: rgb(93,189,73); }
td.TdClassName
{
border-color: #5DBD49;
}
.TagClassName
{
border-color: #5DBD49;
}
</style>