Shades of Manz #D4E04F
Tints of Manz #D4E04F
RGB
CMYK
RGB Variations
Color information
#D4E04F (or 0xD4E04F) is known color: Manz. HEX triplet: D4, E0 and 4F. RGB value is (212,224,79). Sum of RGB (Red+Green+Blue) = 212+224+79=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E04F is #2B1FB0. Grayscale: #CCCCCC. Windows color (decimal): -2826161 or 5234900. OLE color: 5234900.
HSL color Cylindrical-coordinate representation of color #D4E04F: hue angle of 64.97º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4E04F is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 79 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.12 |
| HSL | 64.97º | 0.7% | 0.59% | - |
| HSV(B) | 64.97º | 0.65% | 0.88% | - |
| XYZ | 55.22 | 67.87 | 17.59 | - |
| YUV | 203.88 | 57.52 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 79 | 0.05 | 0 | 0.65 | 0.12 | 64.97 | 0.7 | 0.59 |
| Hex | D4 | E0 | 4F | 5 | 0 | 41 | C | 41 | 46 | 3B |
| Octal | 324 | 340 | 117 | 5 | 0 | 101 | 14 | 101 | 106 | 73 |
| Binary | 11010100 | 11100000 | 1001111 | 101 | 0 | 1000001 | 1100 | 1000001 | 1000110 | 111011 |
Color Harmonies of #D4E04F
Complementary color
Monochromatic Colors of #D4E04F
Black with #D4E04F
Text Example
Text Example
White with #D4E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E04F; }
p { color: rgb(212,224,79); }
H1.HeaderClassName
{
color: #D4E04F;
}
.AnyTagClassName
{
color: #D4E04F;
}
</style>
background-color css
<style>
a { background-color: #D4E04F; }
a { background-color: rgb(212,224,79); }
div.DivClassName
{
background-color: #D4E04F;
}
.BgClassName
{
background-color: #D4E04F;
}
</style>
border-color css
<style>
span { border-color: #D4E04F; }
span { border-color: rgb(212,224,79); }
td.TdClassName
{
border-color: #D4E04F;
}
.TagClassName
{
border-color: #D4E04F;
}
</style>