Shades of Apple #5DB457
Tints of Apple #5DB457
RGB
CMYK
RGB Variations
Color information
#5DB457 (or 0x5DB457) is known color: Apple. HEX triplet: 5D, B4 and 57. RGB value is (93,180,87). Sum of RGB (Red+Green+Blue) = 93+180+87=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB457 is #A24BA8. Grayscale: #8F8F8F. Windows color (decimal): -10636201 or 5747805. OLE color: 5747805.
HSL color Cylindrical-coordinate representation of color #5DB457: hue angle of 116.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DB457 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 87 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.29 |
| HSL | 116.13º | 0.38% | 0.52% | - |
| HSV(B) | 116.13º | 0.52% | 0.71% | - |
| XYZ | 22.56 | 35.66 | 14.71 | - |
| YUV | 143.39 | 96.18 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 87 | 0.48 | 0 | 0.52 | 0.29 | 116.13 | 0.38 | 0.52 |
| Hex | 5D | B4 | 57 | 30 | 0 | 34 | 1D | 74 | 26 | 34 |
| Octal | 135 | 264 | 127 | 60 | 0 | 64 | 35 | 164 | 46 | 64 |
| Binary | 1011101 | 10110100 | 1010111 | 110000 | 0 | 110100 | 11101 | 1110100 | 100110 | 110100 |
Color Harmonies of #5DB457
Complementary color
Monochromatic Colors of #5DB457
Black with #5DB457
Text Example
Text Example
White with #5DB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB457; }
p { color: rgb(93,180,87); }
H1.HeaderClassName
{
color: #5DB457;
}
.AnyTagClassName
{
color: #5DB457;
}
</style>
background-color css
<style>
a { background-color: #5DB457; }
a { background-color: rgb(93,180,87); }
div.DivClassName
{
background-color: #5DB457;
}
.BgClassName
{
background-color: #5DB457;
}
</style>
border-color css
<style>
span { border-color: #5DB457; }
span { border-color: rgb(93,180,87); }
td.TdClassName
{
border-color: #5DB457;
}
.TagClassName
{
border-color: #5DB457;
}
</style>