Shades of Manz #D4DF4E
Tints of Manz #D4DF4E
RGB
CMYK
RGB Variations
Color information
#D4DF4E (or 0xD4DF4E) is known color: Manz. HEX triplet: D4, DF and 4E. RGB value is (212,223,78). Sum of RGB (Red+Green+Blue) = 212+223+78=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF4E is #2B20B1. Grayscale: #CBCBCB. Windows color (decimal): -2826418 or 5169108. OLE color: 5169108.
HSL color Cylindrical-coordinate representation of color #D4DF4E: hue angle of 64.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4DF4E is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 78 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.13 |
| HSL | 64.55º | 0.69% | 0.59% | - |
| HSV(B) | 64.55º | 0.65% | 0.87% | - |
| XYZ | 54.91 | 67.32 | 17.31 | - |
| YUV | 203.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 78 | 0.05 | 0 | 0.65 | 0.13 | 64.55 | 0.69 | 0.59 |
| Hex | D4 | DF | 4E | 5 | 0 | 41 | D | 41 | 45 | 3B |
| Octal | 324 | 337 | 116 | 5 | 0 | 101 | 15 | 101 | 105 | 73 |
| Binary | 11010100 | 11011111 | 1001110 | 101 | 0 | 1000001 | 1101 | 1000001 | 1000101 | 111011 |
Color Harmonies of #D4DF4E
Complementary color
Monochromatic Colors of #D4DF4E
Black with #D4DF4E
Text Example
Text Example
White with #D4DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF4E; }
p { color: rgb(212,223,78); }
H1.HeaderClassName
{
color: #D4DF4E;
}
.AnyTagClassName
{
color: #D4DF4E;
}
</style>
background-color css
<style>
a { background-color: #D4DF4E; }
a { background-color: rgb(212,223,78); }
div.DivClassName
{
background-color: #D4DF4E;
}
.BgClassName
{
background-color: #D4DF4E;
}
</style>
border-color css
<style>
span { border-color: #D4DF4E; }
span { border-color: rgb(212,223,78); }
td.TdClassName
{
border-color: #D4DF4E;
}
.TagClassName
{
border-color: #D4DF4E;
}
</style>