Shades of Manz #D9E45A
Tints of Manz #D9E45A
RGB
CMYK
RGB Variations
Color information
#D9E45A (or 0xD9E45A) is known color: Manz. HEX triplet: D9, E4 and 5A. RGB value is (217,228,90). Sum of RGB (Red+Green+Blue) = 217+228+90=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E45A is #261BA5. Grayscale: #D1D1D1. Windows color (decimal): -2497446 or 5956825. OLE color: 5956825.
HSL color Cylindrical-coordinate representation of color #D9E45A: hue angle of 64.78º degrees, saturation: 0.72, 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 #D9E45A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 90 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.11 |
| HSL | 64.78º | 0.72% | 0.62% | - |
| HSV(B) | 64.78º | 0.61% | 0.89% | - |
| XYZ | 58.2 | 70.98 | 20.31 | - |
| YUV | 208.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 90 | 0.05 | 0 | 0.61 | 0.11 | 64.78 | 0.72 | 0.62 |
| Hex | D9 | E4 | 5A | 5 | 0 | 3D | B | 41 | 48 | 3E |
| Octal | 331 | 344 | 132 | 5 | 0 | 75 | 13 | 101 | 110 | 76 |
| Binary | 11011001 | 11100100 | 1011010 | 101 | 0 | 111101 | 1011 | 1000001 | 1001000 | 111110 |
Color Harmonies of #D9E45A
Complementary color
Monochromatic Colors of #D9E45A
Black with #D9E45A
Text Example
Text Example
White with #D9E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E45A; }
p { color: rgb(217,228,90); }
H1.HeaderClassName
{
color: #D9E45A;
}
.AnyTagClassName
{
color: #D9E45A;
}
</style>
background-color css
<style>
a { background-color: #D9E45A; }
a { background-color: rgb(217,228,90); }
div.DivClassName
{
background-color: #D9E45A;
}
.BgClassName
{
background-color: #D9E45A;
}
</style>
border-color css
<style>
span { border-color: #D9E45A; }
span { border-color: rgb(217,228,90); }
td.TdClassName
{
border-color: #D9E45A;
}
.TagClassName
{
border-color: #D9E45A;
}
</style>