Shades of Apple #5DB157
Tints of Apple #5DB157
RGB
CMYK
RGB Variations
Color information
#5DB157 (or 0x5DB157) is known color: Apple. HEX triplet: 5D, B1 and 57. RGB value is (93,177,87). Sum of RGB (Red+Green+Blue) = 93+177+87=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB157 is #A24EA8. Grayscale: #8D8D8D. Windows color (decimal): -10636969 or 5747037. OLE color: 5747037.
HSL color Cylindrical-coordinate representation of color #5DB157: hue angle of 116º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DB157 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 87 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.31 |
| HSL | 116º | 0.37% | 0.52% | - |
| HSV(B) | 116º | 0.51% | 0.69% | - |
| XYZ | 21.96 | 34.46 | 14.51 | - |
| YUV | 141.62 | 97.17 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 87 | 0.47 | 0 | 0.51 | 0.31 | 116 | 0.37 | 0.52 |
| Hex | 5D | B1 | 57 | 2F | 0 | 33 | 1F | 74 | 25 | 34 |
| Octal | 135 | 261 | 127 | 57 | 0 | 63 | 37 | 164 | 45 | 64 |
| Binary | 1011101 | 10110001 | 1010111 | 101111 | 0 | 110011 | 11111 | 1110100 | 100101 | 110100 |
Color Harmonies of #5DB157
Complementary color
Monochromatic Colors of #5DB157
Black with #5DB157
Text Example
Text Example
White with #5DB157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB157; }
p { color: rgb(93,177,87); }
H1.HeaderClassName
{
color: #5DB157;
}
.AnyTagClassName
{
color: #5DB157;
}
</style>
background-color css
<style>
a { background-color: #5DB157; }
a { background-color: rgb(93,177,87); }
div.DivClassName
{
background-color: #5DB157;
}
.BgClassName
{
background-color: #5DB157;
}
</style>
border-color css
<style>
span { border-color: #5DB157; }
span { border-color: rgb(93,177,87); }
td.TdClassName
{
border-color: #5DB157;
}
.TagClassName
{
border-color: #5DB157;
}
</style>