Shades of Manz #D6EC4D
Tints of Manz #D6EC4D
RGB
CMYK
RGB Variations
Color information
#D6EC4D (or 0xD6EC4D) is known color: Manz. HEX triplet: D6, EC and 4D. RGB value is (214,236,77). Sum of RGB (Red+Green+Blue) = 214+236+77=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EC4D is #2913B2. Grayscale: #D3D3D3. Windows color (decimal): -2692019 or 5106902. OLE color: 5106902.
HSL color Cylindrical-coordinate representation of color #D6EC4D: hue angle of 68.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6EC4D is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 77 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.07 |
| HSL | 68.3º | 0.81% | 0.61% | - |
| HSV(B) | 68.3º | 0.67% | 0.93% | - |
| XYZ | 59.07 | 74.82 | 18.35 | - |
| YUV | 211.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 77 | 0.09 | 0 | 0.67 | 0.07 | 68.3 | 0.81 | 0.61 |
| Hex | D6 | EC | 4D | 9 | 0 | 43 | 7 | 44 | 51 | 3D |
| Octal | 326 | 354 | 115 | 11 | 0 | 103 | 7 | 104 | 121 | 75 |
| Binary | 11010110 | 11101100 | 1001101 | 1001 | 0 | 1000011 | 111 | 1000100 | 1010001 | 111101 |
Color Harmonies of #D6EC4D
Complementary color
Monochromatic Colors of #D6EC4D
Black with #D6EC4D
Text Example
Text Example
White with #D6EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EC4D; }
p { color: rgb(214,236,77); }
H1.HeaderClassName
{
color: #D6EC4D;
}
.AnyTagClassName
{
color: #D6EC4D;
}
</style>
background-color css
<style>
a { background-color: #D6EC4D; }
a { background-color: rgb(214,236,77); }
div.DivClassName
{
background-color: #D6EC4D;
}
.BgClassName
{
background-color: #D6EC4D;
}
</style>
border-color css
<style>
span { border-color: #D6EC4D; }
span { border-color: rgb(214,236,77); }
td.TdClassName
{
border-color: #D6EC4D;
}
.TagClassName
{
border-color: #D6EC4D;
}
</style>