Shades of Manz #DADF4E
Tints of Manz #DADF4E
RGB
CMYK
RGB Variations
Color information
#DADF4E (or 0xDADF4E) is known color: Manz. HEX triplet: DA, DF and 4E. RGB value is (218,223,78). Sum of RGB (Red+Green+Blue) = 218+223+78=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF4E is #2520B1. Grayscale: #CDCDCD. Windows color (decimal): -2433202 or 5169114. OLE color: 5169114.
HSL color Cylindrical-coordinate representation of color #DADF4E: hue angle of 62.07º 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 #DADF4E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 78 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.13 |
| HSL | 62.07º | 0.69% | 0.59% | - |
| HSV(B) | 62.07º | 0.65% | 0.87% | - |
| XYZ | 56.68 | 68.23 | 17.39 | - |
| YUV | 204.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 78 | 0.02 | 0 | 0.65 | 0.13 | 62.07 | 0.69 | 0.59 |
| Hex | DA | DF | 4E | 2 | 0 | 41 | D | 3E | 45 | 3B |
| Octal | 332 | 337 | 116 | 2 | 0 | 101 | 15 | 76 | 105 | 73 |
| Binary | 11011010 | 11011111 | 1001110 | 10 | 0 | 1000001 | 1101 | 111110 | 1000101 | 111011 |
Color Harmonies of #DADF4E
Complementary color
Monochromatic Colors of #DADF4E
Black with #DADF4E
Text Example
Text Example
White with #DADF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF4E; }
p { color: rgb(218,223,78); }
H1.HeaderClassName
{
color: #DADF4E;
}
.AnyTagClassName
{
color: #DADF4E;
}
</style>
background-color css
<style>
a { background-color: #DADF4E; }
a { background-color: rgb(218,223,78); }
div.DivClassName
{
background-color: #DADF4E;
}
.BgClassName
{
background-color: #DADF4E;
}
</style>
border-color css
<style>
span { border-color: #DADF4E; }
span { border-color: rgb(218,223,78); }
td.TdClassName
{
border-color: #DADF4E;
}
.TagClassName
{
border-color: #DADF4E;
}
</style>