Shades of Apple #5DB757
Tints of Apple #5DB757
RGB
CMYK
RGB Variations
Color information
#5DB757 (or 0x5DB757) is known color: Apple. HEX triplet: 5D, B7 and 57. RGB value is (93,183,87). Sum of RGB (Red+Green+Blue) = 93+183+87=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB757 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB757 is #A248A8. Grayscale: #919191. Windows color (decimal): -10635433 or 5748573. OLE color: 5748573.
HSL color Cylindrical-coordinate representation of color #5DB757: hue angle of 116.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DB757 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 87 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.28 |
| HSL | 116.25º | 0.4% | 0.53% | - |
| HSV(B) | 116.25º | 0.52% | 0.72% | - |
| XYZ | 23.17 | 36.88 | 14.91 | - |
| YUV | 145.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 87 | 0.49 | 0 | 0.52 | 0.28 | 116.25 | 0.4 | 0.53 |
| Hex | 5D | B7 | 57 | 31 | 0 | 34 | 1C | 74 | 28 | 35 |
| Octal | 135 | 267 | 127 | 61 | 0 | 64 | 34 | 164 | 50 | 65 |
| Binary | 1011101 | 10110111 | 1010111 | 110001 | 0 | 110100 | 11100 | 1110100 | 101000 | 110101 |
Color Harmonies of #5DB757
Complementary color
Monochromatic Colors of #5DB757
Black with #5DB757
Text Example
Text Example
White with #5DB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB757; }
p { color: rgb(93,183,87); }
H1.HeaderClassName
{
color: #5DB757;
}
.AnyTagClassName
{
color: #5DB757;
}
</style>
background-color css
<style>
a { background-color: #5DB757; }
a { background-color: rgb(93,183,87); }
div.DivClassName
{
background-color: #5DB757;
}
.BgClassName
{
background-color: #5DB757;
}
</style>
border-color css
<style>
span { border-color: #5DB757; }
span { border-color: rgb(93,183,87); }
td.TdClassName
{
border-color: #5DB757;
}
.TagClassName
{
border-color: #5DB757;
}
</style>