Shades of Manz #DAE14E
Tints of Manz #DAE14E
RGB
CMYK
RGB Variations
Color information
#DAE14E (or 0xDAE14E) is known color: Manz. HEX triplet: DA, E1 and 4E. RGB value is (218,225,78). Sum of RGB (Red+Green+Blue) = 218+225+78=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE14E is #251EB1. Grayscale: #CECECE. Windows color (decimal): -2432690 or 5169626. OLE color: 5169626.
HSL color Cylindrical-coordinate representation of color #DAE14E: hue angle of 62.86º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE14E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 78 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.12 |
| HSL | 62.86º | 0.71% | 0.59% | - |
| HSV(B) | 62.86º | 0.65% | 0.88% | - |
| XYZ | 57.21 | 69.31 | 17.57 | - |
| YUV | 206.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 78 | 0.03 | 0 | 0.65 | 0.12 | 62.86 | 0.71 | 0.59 |
| Hex | DA | E1 | 4E | 3 | 0 | 41 | C | 3F | 47 | 3B |
| Octal | 332 | 341 | 116 | 3 | 0 | 101 | 14 | 77 | 107 | 73 |
| Binary | 11011010 | 11100001 | 1001110 | 11 | 0 | 1000001 | 1100 | 111111 | 1000111 | 111011 |
Color Harmonies of #DAE14E
Complementary color
Monochromatic Colors of #DAE14E
Black with #DAE14E
Text Example
Text Example
White with #DAE14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE14E; }
p { color: rgb(218,225,78); }
H1.HeaderClassName
{
color: #DAE14E;
}
.AnyTagClassName
{
color: #DAE14E;
}
</style>
background-color css
<style>
a { background-color: #DAE14E; }
a { background-color: rgb(218,225,78); }
div.DivClassName
{
background-color: #DAE14E;
}
.BgClassName
{
background-color: #DAE14E;
}
</style>
border-color css
<style>
span { border-color: #DAE14E; }
span { border-color: rgb(218,225,78); }
td.TdClassName
{
border-color: #DAE14E;
}
.TagClassName
{
border-color: #DAE14E;
}
</style>