Shades of Manz #DAE34E
Tints of Manz #DAE34E
RGB
CMYK
RGB Variations
Color information
#DAE34E (or 0xDAE34E) is known color: Manz. HEX triplet: DA, E3 and 4E. RGB value is (218,227,78). Sum of RGB (Red+Green+Blue) = 218+227+78=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE34E is #251CB1. Grayscale: #CFCFCF. Windows color (decimal): -2432178 or 5170138. OLE color: 5170138.
HSL color Cylindrical-coordinate representation of color #DAE34E: hue angle of 63.62º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAE34E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 78 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.11 |
| HSL | 63.62º | 0.73% | 0.6% | - |
| HSV(B) | 63.62º | 0.66% | 0.89% | - |
| XYZ | 57.76 | 70.39 | 17.75 | - |
| YUV | 207.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 78 | 0.04 | 0 | 0.66 | 0.11 | 63.62 | 0.73 | 0.6 |
| Hex | DA | E3 | 4E | 4 | 0 | 42 | B | 40 | 49 | 3C |
| Octal | 332 | 343 | 116 | 4 | 0 | 102 | 13 | 100 | 111 | 74 |
| Binary | 11011010 | 11100011 | 1001110 | 100 | 0 | 1000010 | 1011 | 1000000 | 1001001 | 111100 |
Color Harmonies of #DAE34E
Complementary color
Monochromatic Colors of #DAE34E
Black with #DAE34E
Text Example
Text Example
White with #DAE34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE34E; }
p { color: rgb(218,227,78); }
H1.HeaderClassName
{
color: #DAE34E;
}
.AnyTagClassName
{
color: #DAE34E;
}
</style>
background-color css
<style>
a { background-color: #DAE34E; }
a { background-color: rgb(218,227,78); }
div.DivClassName
{
background-color: #DAE34E;
}
.BgClassName
{
background-color: #DAE34E;
}
</style>
border-color css
<style>
span { border-color: #DAE34E; }
span { border-color: rgb(218,227,78); }
td.TdClassName
{
border-color: #DAE34E;
}
.TagClassName
{
border-color: #DAE34E;
}
</style>