Shades of Manz #D6E74A
Tints of Manz #D6E74A
RGB
CMYK
RGB Variations
Color information
#D6E74A (or 0xD6E74A) is known color: Manz. HEX triplet: D6, E7 and 4A. RGB value is (214,231,74). Sum of RGB (Red+Green+Blue) = 214+231+74=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E74A is #2918B5. Grayscale: #D0D0D0. Windows color (decimal): -2693302 or 4909014. OLE color: 4909014.
HSL color Cylindrical-coordinate representation of color #D6E74A: hue angle of 66.5º degrees, saturation: 0.77, 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 #D6E74A is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 74 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.09 |
| HSL | 66.5º | 0.77% | 0.6% | - |
| HSV(B) | 66.5º | 0.68% | 0.91% | - |
| XYZ | 57.54 | 71.94 | 17.33 | - |
| YUV | 208.02 | 52.37 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 74 | 0.07 | 0 | 0.68 | 0.09 | 66.5 | 0.77 | 0.6 |
| Hex | D6 | E7 | 4A | 7 | 0 | 44 | 9 | 42 | 4D | 3C |
| Octal | 326 | 347 | 112 | 7 | 0 | 104 | 11 | 102 | 115 | 74 |
| Binary | 11010110 | 11100111 | 1001010 | 111 | 0 | 1000100 | 1001 | 1000010 | 1001101 | 111100 |
Color Harmonies of #D6E74A
Complementary color
Monochromatic Colors of #D6E74A
Black with #D6E74A
Text Example
Text Example
White with #D6E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E74A; }
p { color: rgb(214,231,74); }
H1.HeaderClassName
{
color: #D6E74A;
}
.AnyTagClassName
{
color: #D6E74A;
}
</style>
background-color css
<style>
a { background-color: #D6E74A; }
a { background-color: rgb(214,231,74); }
div.DivClassName
{
background-color: #D6E74A;
}
.BgClassName
{
background-color: #D6E74A;
}
</style>
border-color css
<style>
span { border-color: #D6E74A; }
span { border-color: rgb(214,231,74); }
td.TdClassName
{
border-color: #D6E74A;
}
.TagClassName
{
border-color: #D6E74A;
}
</style>