Shades of Manz #D5E756
Tints of Manz #D5E756
RGB
CMYK
RGB Variations
Color information
#D5E756 (or 0xD5E756) is known color: Manz. HEX triplet: D5, E7 and 56. RGB value is (213,231,86). Sum of RGB (Red+Green+Blue) = 213+231+86=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E756 is #2A18A9. Grayscale: #D1D1D1. Windows color (decimal): -2758826 or 5695445. OLE color: 5695445.
HSL color Cylindrical-coordinate representation of color #D5E756: hue angle of 67.45º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5E756 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 86 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.09 |
| HSL | 67.45º | 0.75% | 0.62% | - |
| HSV(B) | 67.45º | 0.63% | 0.91% | - |
| XYZ | 57.7 | 71.97 | 19.65 | - |
| YUV | 209.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 86 | 0.08 | 0 | 0.63 | 0.09 | 67.45 | 0.75 | 0.62 |
| Hex | D5 | E7 | 56 | 8 | 0 | 3F | 9 | 43 | 4B | 3E |
| Octal | 325 | 347 | 126 | 10 | 0 | 77 | 11 | 103 | 113 | 76 |
| Binary | 11010101 | 11100111 | 1010110 | 1000 | 0 | 111111 | 1001 | 1000011 | 1001011 | 111110 |
Color Harmonies of #D5E756
Complementary color
Monochromatic Colors of #D5E756
Black with #D5E756
Text Example
Text Example
White with #D5E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E756; }
p { color: rgb(213,231,86); }
H1.HeaderClassName
{
color: #D5E756;
}
.AnyTagClassName
{
color: #D5E756;
}
</style>
background-color css
<style>
a { background-color: #D5E756; }
a { background-color: rgb(213,231,86); }
div.DivClassName
{
background-color: #D5E756;
}
.BgClassName
{
background-color: #D5E756;
}
</style>
border-color css
<style>
span { border-color: #D5E756; }
span { border-color: rgb(213,231,86); }
td.TdClassName
{
border-color: #D5E756;
}
.TagClassName
{
border-color: #D5E756;
}
</style>