Shades of Manz #D9E158
Tints of Manz #D9E158
RGB
CMYK
RGB Variations
Color information
#D9E158 (or 0xD9E158) is known color: Manz. HEX triplet: D9, E1 and 58. RGB value is (217,225,88). Sum of RGB (Red+Green+Blue) = 217+225+88=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E158 is #261EA7. Grayscale: #CFCFCF. Windows color (decimal): -2498216 or 5824985. OLE color: 5824985.
HSL color Cylindrical-coordinate representation of color #D9E158: hue angle of 63.5º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9E158 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 88 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.12 |
| HSL | 63.5º | 0.7% | 0.61% | - |
| HSV(B) | 63.5º | 0.61% | 0.88% | - |
| XYZ | 57.3 | 69.31 | 19.59 | - |
| YUV | 206.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 88 | 0.04 | 0 | 0.61 | 0.12 | 63.5 | 0.7 | 0.61 |
| Hex | D9 | E1 | 58 | 4 | 0 | 3D | C | 40 | 46 | 3D |
| Octal | 331 | 341 | 130 | 4 | 0 | 75 | 14 | 100 | 106 | 75 |
| Binary | 11011001 | 11100001 | 1011000 | 100 | 0 | 111101 | 1100 | 1000000 | 1000110 | 111101 |
Color Harmonies of #D9E158
Complementary color
Monochromatic Colors of #D9E158
Black with #D9E158
Text Example
Text Example
White with #D9E158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E158; }
p { color: rgb(217,225,88); }
H1.HeaderClassName
{
color: #D9E158;
}
.AnyTagClassName
{
color: #D9E158;
}
</style>
background-color css
<style>
a { background-color: #D9E158; }
a { background-color: rgb(217,225,88); }
div.DivClassName
{
background-color: #D9E158;
}
.BgClassName
{
background-color: #D9E158;
}
</style>
border-color css
<style>
span { border-color: #D9E158; }
span { border-color: rgb(217,225,88); }
td.TdClassName
{
border-color: #D9E158;
}
.TagClassName
{
border-color: #D9E158;
}
</style>