Shades of Manz #D6E94D
Tints of Manz #D6E94D
RGB
CMYK
RGB Variations
Color information
#D6E94D (or 0xD6E94D) is known color: Manz. HEX triplet: D6, E9 and 4D. RGB value is (214,233,77). Sum of RGB (Red+Green+Blue) = 214+233+77=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E94D is #2916B2. Grayscale: #D2D2D2. Windows color (decimal): -2692787 or 5106134. OLE color: 5106134.
HSL color Cylindrical-coordinate representation of color #D6E94D: hue angle of 67.31º 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 #D6E94D is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 77 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.09 |
| HSL | 67.31º | 0.78% | 0.61% | - |
| HSV(B) | 67.31º | 0.67% | 0.91% | - |
| XYZ | 58.21 | 73.11 | 18.06 | - |
| YUV | 209.54 | 53.21 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 77 | 0.08 | 0 | 0.67 | 0.09 | 67.31 | 0.78 | 0.61 |
| Hex | D6 | E9 | 4D | 8 | 0 | 43 | 9 | 43 | 4E | 3D |
| Octal | 326 | 351 | 115 | 10 | 0 | 103 | 11 | 103 | 116 | 75 |
| Binary | 11010110 | 11101001 | 1001101 | 1000 | 0 | 1000011 | 1001 | 1000011 | 1001110 | 111101 |
Color Harmonies of #D6E94D
Complementary color
Monochromatic Colors of #D6E94D
Black with #D6E94D
Text Example
Text Example
White with #D6E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E94D; }
p { color: rgb(214,233,77); }
H1.HeaderClassName
{
color: #D6E94D;
}
.AnyTagClassName
{
color: #D6E94D;
}
</style>
background-color css
<style>
a { background-color: #D6E94D; }
a { background-color: rgb(214,233,77); }
div.DivClassName
{
background-color: #D6E94D;
}
.BgClassName
{
background-color: #D6E94D;
}
</style>
border-color css
<style>
span { border-color: #D6E94D; }
span { border-color: rgb(214,233,77); }
td.TdClassName
{
border-color: #D6E94D;
}
.TagClassName
{
border-color: #D6E94D;
}
</style>