Shades of Manz #DAEA4D
Tints of Manz #DAEA4D
RGB
CMYK
RGB Variations
Color information
#DAEA4D (or 0xDAEA4D) is known color: Manz. HEX triplet: DA, EA and 4D. RGB value is (218,234,77). Sum of RGB (Red+Green+Blue) = 218+234+77=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA4D is #2515B2. Grayscale: #D3D3D3. Windows color (decimal): -2430387 or 5106394. OLE color: 5106394.
HSL color Cylindrical-coordinate representation of color #DAEA4D: hue angle of 66.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAEA4D is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 77 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.08 |
| HSL | 66.11º | 0.79% | 0.61% | - |
| HSV(B) | 66.11º | 0.67% | 0.92% | - |
| XYZ | 59.68 | 74.29 | 18.21 | - |
| YUV | 211.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 77 | 0.07 | 0 | 0.67 | 0.08 | 66.11 | 0.79 | 0.61 |
| Hex | DA | EA | 4D | 7 | 0 | 43 | 8 | 42 | 4F | 3D |
| Octal | 332 | 352 | 115 | 7 | 0 | 103 | 10 | 102 | 117 | 75 |
| Binary | 11011010 | 11101010 | 1001101 | 111 | 0 | 1000011 | 1000 | 1000010 | 1001111 | 111101 |
Color Harmonies of #DAEA4D
Complementary color
Monochromatic Colors of #DAEA4D
Black with #DAEA4D
Text Example
Text Example
White with #DAEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA4D; }
p { color: rgb(218,234,77); }
H1.HeaderClassName
{
color: #DAEA4D;
}
.AnyTagClassName
{
color: #DAEA4D;
}
</style>
background-color css
<style>
a { background-color: #DAEA4D; }
a { background-color: rgb(218,234,77); }
div.DivClassName
{
background-color: #DAEA4D;
}
.BgClassName
{
background-color: #DAEA4D;
}
</style>
border-color css
<style>
span { border-color: #DAEA4D; }
span { border-color: rgb(218,234,77); }
td.TdClassName
{
border-color: #DAEA4D;
}
.TagClassName
{
border-color: #DAEA4D;
}
</style>