Shades of Manz #DAE34D
Tints of Manz #DAE34D
RGB
CMYK
RGB Variations
Color information
#DAE34D (or 0xDAE34D) is known color: Manz. HEX triplet: DA, E3 and 4D. RGB value is (218,227,77). Sum of RGB (Red+Green+Blue) = 218+227+77=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE34D is #251CB2. Grayscale: #CFCFCF. Windows color (decimal): -2432179 or 5104602. OLE color: 5104602.
HSL color Cylindrical-coordinate representation of color #DAE34D: hue angle of 63.6º 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 #DAE34D is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 77 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.11 |
| HSL | 63.6º | 0.73% | 0.6% | - |
| HSV(B) | 63.6º | 0.66% | 0.89% | - |
| XYZ | 57.72 | 70.38 | 17.56 | - |
| YUV | 207.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 77 | 0.04 | 0 | 0.66 | 0.11 | 63.6 | 0.73 | 0.6 |
| Hex | DA | E3 | 4D | 4 | 0 | 42 | B | 40 | 49 | 3C |
| Octal | 332 | 343 | 115 | 4 | 0 | 102 | 13 | 100 | 111 | 74 |
| Binary | 11011010 | 11100011 | 1001101 | 100 | 0 | 1000010 | 1011 | 1000000 | 1001001 | 111100 |
Color Harmonies of #DAE34D
Complementary color
Monochromatic Colors of #DAE34D
Black with #DAE34D
Text Example
Text Example
White with #DAE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE34D; }
p { color: rgb(218,227,77); }
H1.HeaderClassName
{
color: #DAE34D;
}
.AnyTagClassName
{
color: #DAE34D;
}
</style>
background-color css
<style>
a { background-color: #DAE34D; }
a { background-color: rgb(218,227,77); }
div.DivClassName
{
background-color: #DAE34D;
}
.BgClassName
{
background-color: #DAE34D;
}
</style>
border-color css
<style>
span { border-color: #DAE34D; }
span { border-color: rgb(218,227,77); }
td.TdClassName
{
border-color: #DAE34D;
}
.TagClassName
{
border-color: #DAE34D;
}
</style>