Shades of Manz #D9EC4A
Tints of Manz #D9EC4A
RGB
CMYK
RGB Variations
Color information
#D9EC4A (or 0xD9EC4A) is known color: Manz. HEX triplet: D9, EC and 4A. RGB value is (217,236,74). Sum of RGB (Red+Green+Blue) = 217+236+74=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EC4A is #2613B5. Grayscale: #D4D4D4. Windows color (decimal): -2495414 or 4910297. OLE color: 4910297.
HSL color Cylindrical-coordinate representation of color #D9EC4A: hue angle of 67.04º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9EC4A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 74 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.07 |
| HSL | 67.04º | 0.81% | 0.61% | - |
| HSV(B) | 67.04º | 0.69% | 0.93% | - |
| XYZ | 59.85 | 75.24 | 17.85 | - |
| YUV | 211.85 | 50.21 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 74 | 0.08 | 0 | 0.69 | 0.07 | 67.04 | 0.81 | 0.61 |
| Hex | D9 | EC | 4A | 8 | 0 | 45 | 7 | 43 | 51 | 3D |
| Octal | 331 | 354 | 112 | 10 | 0 | 105 | 7 | 103 | 121 | 75 |
| Binary | 11011001 | 11101100 | 1001010 | 1000 | 0 | 1000101 | 111 | 1000011 | 1010001 | 111101 |
Color Harmonies of #D9EC4A
Complementary color
Monochromatic Colors of #D9EC4A
Black with #D9EC4A
Text Example
Text Example
White with #D9EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC4A; }
p { color: rgb(217,236,74); }
H1.HeaderClassName
{
color: #D9EC4A;
}
.AnyTagClassName
{
color: #D9EC4A;
}
</style>
background-color css
<style>
a { background-color: #D9EC4A; }
a { background-color: rgb(217,236,74); }
div.DivClassName
{
background-color: #D9EC4A;
}
.BgClassName
{
background-color: #D9EC4A;
}
</style>
border-color css
<style>
span { border-color: #D9EC4A; }
span { border-color: rgb(217,236,74); }
td.TdClassName
{
border-color: #D9EC4A;
}
.TagClassName
{
border-color: #D9EC4A;
}
</style>