Shades of Manz #D9E94B
Tints of Manz #D9E94B
RGB
CMYK
RGB Variations
Color information
#D9E94B (or 0xD9E94B) is known color: Manz. HEX triplet: D9, E9 and 4B. RGB value is (217,233,75). Sum of RGB (Red+Green+Blue) = 217+233+75=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E94B is #2616B4. Grayscale: #D2D2D2. Windows color (decimal): -2496181 or 4975065. OLE color: 4975065.
HSL color Cylindrical-coordinate representation of color #D9E94B: hue angle of 66.08º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9E94B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 75 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.09 |
| HSL | 66.08º | 0.78% | 0.6% | - |
| HSV(B) | 66.08º | 0.68% | 0.91% | - |
| XYZ | 59.02 | 73.54 | 17.74 | - |
| YUV | 210.2 | 51.7 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 75 | 0.07 | 0 | 0.68 | 0.09 | 66.08 | 0.78 | 0.6 |
| Hex | D9 | E9 | 4B | 7 | 0 | 44 | 9 | 42 | 4E | 3C |
| Octal | 331 | 351 | 113 | 7 | 0 | 104 | 11 | 102 | 116 | 74 |
| Binary | 11011001 | 11101001 | 1001011 | 111 | 0 | 1000100 | 1001 | 1000010 | 1001110 | 111100 |
Color Harmonies of #D9E94B
Complementary color
Monochromatic Colors of #D9E94B
Black with #D9E94B
Text Example
Text Example
White with #D9E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E94B; }
p { color: rgb(217,233,75); }
H1.HeaderClassName
{
color: #D9E94B;
}
.AnyTagClassName
{
color: #D9E94B;
}
</style>
background-color css
<style>
a { background-color: #D9E94B; }
a { background-color: rgb(217,233,75); }
div.DivClassName
{
background-color: #D9E94B;
}
.BgClassName
{
background-color: #D9E94B;
}
</style>
border-color css
<style>
span { border-color: #D9E94B; }
span { border-color: rgb(217,233,75); }
td.TdClassName
{
border-color: #D9E94B;
}
.TagClassName
{
border-color: #D9E94B;
}
</style>