Shades of Apple #5DBD55
Tints of Apple #5DBD55
RGB
CMYK
RGB Variations
Color information
#5DBD55 (or 0x5DBD55) is known color: Apple. HEX triplet: 5D, BD and 55. RGB value is (93,189,85). Sum of RGB (Red+Green+Blue) = 93+189+85=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD55 is #A242AA. Grayscale: #949494. Windows color (decimal): -10633899 or 5619037. OLE color: 5619037.
HSL color Cylindrical-coordinate representation of color #5DBD55: hue angle of 115.38º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBD55 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 85 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.26 |
| HSL | 115.38º | 0.44% | 0.54% | - |
| HSV(B) | 115.38º | 0.55% | 0.74% | - |
| XYZ | 24.35 | 39.38 | 14.91 | - |
| YUV | 148.44 | 92.2 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 85 | 0.51 | 0 | 0.55 | 0.26 | 115.38 | 0.44 | 0.54 |
| Hex | 5D | BD | 55 | 33 | 0 | 37 | 1A | 73 | 2C | 36 |
| Octal | 135 | 275 | 125 | 63 | 0 | 67 | 32 | 163 | 54 | 66 |
| Binary | 1011101 | 10111101 | 1010101 | 110011 | 0 | 110111 | 11010 | 1110011 | 101100 | 110110 |
Color Harmonies of #5DBD55
Complementary color
Monochromatic Colors of #5DBD55
Black with #5DBD55
Text Example
Text Example
White with #5DBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD55; }
p { color: rgb(93,189,85); }
H1.HeaderClassName
{
color: #5DBD55;
}
.AnyTagClassName
{
color: #5DBD55;
}
</style>
background-color css
<style>
a { background-color: #5DBD55; }
a { background-color: rgb(93,189,85); }
div.DivClassName
{
background-color: #5DBD55;
}
.BgClassName
{
background-color: #5DBD55;
}
</style>
border-color css
<style>
span { border-color: #5DBD55; }
span { border-color: rgb(93,189,85); }
td.TdClassName
{
border-color: #5DBD55;
}
.TagClassName
{
border-color: #5DBD55;
}
</style>