Shades of Manz #D9E94D
Tints of Manz #D9E94D
RGB
CMYK
RGB Variations
Color information
#D9E94D (or 0xD9E94D) is known color: Manz. HEX triplet: D9, E9 and 4D. RGB value is (217,233,77). Sum of RGB (Red+Green+Blue) = 217+233+77=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E94D is #2616B2. Grayscale: #D3D3D3. Windows color (decimal): -2496179 or 5106137. OLE color: 5106137.
HSL color Cylindrical-coordinate representation of color #D9E94D: hue angle of 66.15º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9E94D is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 77 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.09 |
| HSL | 66.15º | 0.78% | 0.61% | - |
| HSV(B) | 66.15º | 0.67% | 0.91% | - |
| XYZ | 59.09 | 73.57 | 18.11 | - |
| YUV | 210.43 | 52.7 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 77 | 0.07 | 0 | 0.67 | 0.09 | 66.15 | 0.78 | 0.61 |
| Hex | D9 | E9 | 4D | 7 | 0 | 43 | 9 | 42 | 4E | 3D |
| Octal | 331 | 351 | 115 | 7 | 0 | 103 | 11 | 102 | 116 | 75 |
| Binary | 11011001 | 11101001 | 1001101 | 111 | 0 | 1000011 | 1001 | 1000010 | 1001110 | 111101 |
Color Harmonies of #D9E94D
Complementary color
Monochromatic Colors of #D9E94D
Black with #D9E94D
Text Example
Text Example
White with #D9E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E94D; }
p { color: rgb(217,233,77); }
H1.HeaderClassName
{
color: #D9E94D;
}
.AnyTagClassName
{
color: #D9E94D;
}
</style>
background-color css
<style>
a { background-color: #D9E94D; }
a { background-color: rgb(217,233,77); }
div.DivClassName
{
background-color: #D9E94D;
}
.BgClassName
{
background-color: #D9E94D;
}
</style>
border-color css
<style>
span { border-color: #D9E94D; }
span { border-color: rgb(217,233,77); }
td.TdClassName
{
border-color: #D9E94D;
}
.TagClassName
{
border-color: #D9E94D;
}
</style>