Shades of Manz #D9E249
Tints of Manz #D9E249
RGB
CMYK
RGB Variations
Color information
#D9E249 (or 0xD9E249) is known color: Manz. HEX triplet: D9, E2 and 49. RGB value is (217,226,73). Sum of RGB (Red+Green+Blue) = 217+226+73=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E249 is #261DB6. Grayscale: #CECECE. Windows color (decimal): -2497975 or 4842201. OLE color: 4842201.
HSL color Cylindrical-coordinate representation of color #D9E249: hue angle of 63.53º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9E249 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 73 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.11 |
| HSL | 63.53º | 0.73% | 0.59% | - |
| HSV(B) | 63.53º | 0.68% | 0.89% | - |
| XYZ | 57.01 | 69.63 | 16.74 | - |
| YUV | 205.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 73 | 0.04 | 0 | 0.68 | 0.11 | 63.53 | 0.73 | 0.59 |
| Hex | D9 | E2 | 49 | 4 | 0 | 44 | B | 40 | 49 | 3B |
| Octal | 331 | 342 | 111 | 4 | 0 | 104 | 13 | 100 | 111 | 73 |
| Binary | 11011001 | 11100010 | 1001001 | 100 | 0 | 1000100 | 1011 | 1000000 | 1001001 | 111011 |
Color Harmonies of #D9E249
Complementary color
Monochromatic Colors of #D9E249
Black with #D9E249
Text Example
Text Example
White with #D9E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E249; }
p { color: rgb(217,226,73); }
H1.HeaderClassName
{
color: #D9E249;
}
.AnyTagClassName
{
color: #D9E249;
}
</style>
background-color css
<style>
a { background-color: #D9E249; }
a { background-color: rgb(217,226,73); }
div.DivClassName
{
background-color: #D9E249;
}
.BgClassName
{
background-color: #D9E249;
}
</style>
border-color css
<style>
span { border-color: #D9E249; }
span { border-color: rgb(217,226,73); }
td.TdClassName
{
border-color: #D9E249;
}
.TagClassName
{
border-color: #D9E249;
}
</style>