Shades of Apple #5DB755
Tints of Apple #5DB755
RGB
CMYK
RGB Variations
Color information
#5DB755 (or 0x5DB755) is known color: Apple. HEX triplet: 5D, B7 and 55. RGB value is (93,183,85). Sum of RGB (Red+Green+Blue) = 93+183+85=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB755 is #A248AA. Grayscale: #919191. Windows color (decimal): -10635435 or 5617501. OLE color: 5617501.
HSL color Cylindrical-coordinate representation of color #5DB755: hue angle of 115.1º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DB755 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 85 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.28 |
| HSL | 115.1º | 0.4% | 0.53% | - |
| HSV(B) | 115.1º | 0.54% | 0.72% | - |
| XYZ | 23.09 | 36.85 | 14.49 | - |
| YUV | 144.92 | 94.18 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 85 | 0.49 | 0 | 0.54 | 0.28 | 115.1 | 0.4 | 0.53 |
| Hex | 5D | B7 | 55 | 31 | 0 | 36 | 1C | 73 | 28 | 35 |
| Octal | 135 | 267 | 125 | 61 | 0 | 66 | 34 | 163 | 50 | 65 |
| Binary | 1011101 | 10110111 | 1010101 | 110001 | 0 | 110110 | 11100 | 1110011 | 101000 | 110101 |
Color Harmonies of #5DB755
Complementary color
Monochromatic Colors of #5DB755
Black with #5DB755
Text Example
Text Example
White with #5DB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB755; }
p { color: rgb(93,183,85); }
H1.HeaderClassName
{
color: #5DB755;
}
.AnyTagClassName
{
color: #5DB755;
}
</style>
background-color css
<style>
a { background-color: #5DB755; }
a { background-color: rgb(93,183,85); }
div.DivClassName
{
background-color: #5DB755;
}
.BgClassName
{
background-color: #5DB755;
}
</style>
border-color css
<style>
span { border-color: #5DB755; }
span { border-color: rgb(93,183,85); }
td.TdClassName
{
border-color: #5DB755;
}
.TagClassName
{
border-color: #5DB755;
}
</style>