Shades of Apple #5DB156
Tints of Apple #5DB156
RGB
CMYK
RGB Variations
Color information
#5DB156 (or 0x5DB156) is known color: Apple. HEX triplet: 5D, B1 and 56. RGB value is (93,177,86). Sum of RGB (Red+Green+Blue) = 93+177+86=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB156 is #A24EA9. Grayscale: #8D8D8D. Windows color (decimal): -10636970 or 5681501. OLE color: 5681501.
HSL color Cylindrical-coordinate representation of color #5DB156: hue angle of 115.38º 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 #5DB156 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 86 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.31 |
| HSL | 115.38º | 0.37% | 0.52% | - |
| HSV(B) | 115.38º | 0.51% | 0.69% | - |
| XYZ | 21.92 | 34.44 | 14.3 | - |
| YUV | 141.51 | 96.67 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 86 | 0.47 | 0 | 0.51 | 0.31 | 115.38 | 0.37 | 0.52 |
| Hex | 5D | B1 | 56 | 2F | 0 | 33 | 1F | 73 | 25 | 34 |
| Octal | 135 | 261 | 126 | 57 | 0 | 63 | 37 | 163 | 45 | 64 |
| Binary | 1011101 | 10110001 | 1010110 | 101111 | 0 | 110011 | 11111 | 1110011 | 100101 | 110100 |
Color Harmonies of #5DB156
Complementary color
Monochromatic Colors of #5DB156
Black with #5DB156
Text Example
Text Example
White with #5DB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB156; }
p { color: rgb(93,177,86); }
H1.HeaderClassName
{
color: #5DB156;
}
.AnyTagClassName
{
color: #5DB156;
}
</style>
background-color css
<style>
a { background-color: #5DB156; }
a { background-color: rgb(93,177,86); }
div.DivClassName
{
background-color: #5DB156;
}
.BgClassName
{
background-color: #5DB156;
}
</style>
border-color css
<style>
span { border-color: #5DB156; }
span { border-color: rgb(93,177,86); }
td.TdClassName
{
border-color: #5DB156;
}
.TagClassName
{
border-color: #5DB156;
}
</style>