Shades of Manz #D6E259
Tints of Manz #D6E259
RGB
CMYK
RGB Variations
Color information
#D6E259 (or 0xD6E259) is known color: Manz. HEX triplet: D6, E2 and 59. RGB value is (214,226,89). Sum of RGB (Red+Green+Blue) = 214+226+89=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E259 is #291DA6. Grayscale: #CFCFCF. Windows color (decimal): -2694567 or 5890774. OLE color: 5890774.
HSL color Cylindrical-coordinate representation of color #D6E259: hue angle of 65.26º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6E259 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 89 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.11 |
| HSL | 65.26º | 0.7% | 0.62% | - |
| HSV(B) | 65.26º | 0.61% | 0.89% | - |
| XYZ | 56.73 | 69.41 | 19.86 | - |
| YUV | 206.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 89 | 0.05 | 0 | 0.61 | 0.11 | 65.26 | 0.7 | 0.62 |
| Hex | D6 | E2 | 59 | 5 | 0 | 3D | B | 41 | 46 | 3E |
| Octal | 326 | 342 | 131 | 5 | 0 | 75 | 13 | 101 | 106 | 76 |
| Binary | 11010110 | 11100010 | 1011001 | 101 | 0 | 111101 | 1011 | 1000001 | 1000110 | 111110 |
Color Harmonies of #D6E259
Complementary color
Monochromatic Colors of #D6E259
Black with #D6E259
Text Example
Text Example
White with #D6E259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E259; }
p { color: rgb(214,226,89); }
H1.HeaderClassName
{
color: #D6E259;
}
.AnyTagClassName
{
color: #D6E259;
}
</style>
background-color css
<style>
a { background-color: #D6E259; }
a { background-color: rgb(214,226,89); }
div.DivClassName
{
background-color: #D6E259;
}
.BgClassName
{
background-color: #D6E259;
}
</style>
border-color css
<style>
span { border-color: #D6E259; }
span { border-color: rgb(214,226,89); }
td.TdClassName
{
border-color: #D6E259;
}
.TagClassName
{
border-color: #D6E259;
}
</style>