Shades of Manz #DAEA4E
Tints of Manz #DAEA4E
RGB
CMYK
RGB Variations
Color information
#DAEA4E (or 0xDAEA4E) is known color: Manz. HEX triplet: DA, EA and 4E. RGB value is (218,234,78). Sum of RGB (Red+Green+Blue) = 218+234+78=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA4E is #2515B1. Grayscale: #D4D4D4. Windows color (decimal): -2430386 or 5171930. OLE color: 5171930.
HSL color Cylindrical-coordinate representation of color #DAEA4E: hue angle of 66.15º 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 #DAEA4E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 78 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.08 |
| HSL | 66.15º | 0.79% | 0.61% | - |
| HSV(B) | 66.15º | 0.67% | 0.92% | - |
| XYZ | 59.71 | 74.3 | 18.4 | - |
| YUV | 211.43 | 52.7 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 78 | 0.07 | 0 | 0.67 | 0.08 | 66.15 | 0.79 | 0.61 |
| Hex | DA | EA | 4E | 7 | 0 | 43 | 8 | 42 | 4F | 3D |
| Octal | 332 | 352 | 116 | 7 | 0 | 103 | 10 | 102 | 117 | 75 |
| Binary | 11011010 | 11101010 | 1001110 | 111 | 0 | 1000011 | 1000 | 1000010 | 1001111 | 111101 |
Color Harmonies of #DAEA4E
Complementary color
Monochromatic Colors of #DAEA4E
Black with #DAEA4E
Text Example
Text Example
White with #DAEA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA4E; }
p { color: rgb(218,234,78); }
H1.HeaderClassName
{
color: #DAEA4E;
}
.AnyTagClassName
{
color: #DAEA4E;
}
</style>
background-color css
<style>
a { background-color: #DAEA4E; }
a { background-color: rgb(218,234,78); }
div.DivClassName
{
background-color: #DAEA4E;
}
.BgClassName
{
background-color: #DAEA4E;
}
</style>
border-color css
<style>
span { border-color: #DAEA4E; }
span { border-color: rgb(218,234,78); }
td.TdClassName
{
border-color: #DAEA4E;
}
.TagClassName
{
border-color: #DAEA4E;
}
</style>