Shades of Manz #D7E94B
Tints of Manz #D7E94B
RGB
CMYK
RGB Variations
Color information
#D7E94B (or 0xD7E94B) is known color: Manz. HEX triplet: D7, E9 and 4B. RGB value is (215,233,75). Sum of RGB (Red+Green+Blue) = 215+233+75=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7E94B is #2816B4. Grayscale: #D2D2D2. Windows color (decimal): -2627253 or 4975063. OLE color: 4975063.
HSL color Cylindrical-coordinate representation of color #D7E94B: hue angle of 66.84º 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 #D7E94B is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 75 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.09 |
| HSL | 66.84º | 0.78% | 0.6% | - |
| HSV(B) | 66.84º | 0.68% | 0.91% | - |
| XYZ | 58.43 | 73.23 | 17.71 | - |
| YUV | 209.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 75 | 0.08 | 0 | 0.68 | 0.09 | 66.84 | 0.78 | 0.6 |
| Hex | D7 | E9 | 4B | 8 | 0 | 44 | 9 | 43 | 4E | 3C |
| Octal | 327 | 351 | 113 | 10 | 0 | 104 | 11 | 103 | 116 | 74 |
| Binary | 11010111 | 11101001 | 1001011 | 1000 | 0 | 1000100 | 1001 | 1000011 | 1001110 | 111100 |
Color Harmonies of #D7E94B
Complementary color
Monochromatic Colors of #D7E94B
Black with #D7E94B
Text Example
Text Example
White with #D7E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E94B; }
p { color: rgb(215,233,75); }
H1.HeaderClassName
{
color: #D7E94B;
}
.AnyTagClassName
{
color: #D7E94B;
}
</style>
background-color css
<style>
a { background-color: #D7E94B; }
a { background-color: rgb(215,233,75); }
div.DivClassName
{
background-color: #D7E94B;
}
.BgClassName
{
background-color: #D7E94B;
}
</style>
border-color css
<style>
span { border-color: #D7E94B; }
span { border-color: rgb(215,233,75); }
td.TdClassName
{
border-color: #D7E94B;
}
.TagClassName
{
border-color: #D7E94B;
}
</style>