Shades of Manz #DAE55A
Tints of Manz #DAE55A
RGB
CMYK
RGB Variations
Color information
#DAE55A (or 0xDAE55A) is known color: Manz. HEX triplet: DA, E5 and 5A. RGB value is (218,229,90). Sum of RGB (Red+Green+Blue) = 218+229+90=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE55A is #251AA5. Grayscale: #D2D2D2. Windows color (decimal): -2431654 or 5957082. OLE color: 5957082.
HSL color Cylindrical-coordinate representation of color #DAE55A: hue angle of 64.75º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE55A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 90 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.10 |
| HSL | 64.75º | 0.73% | 0.63% | - |
| HSV(B) | 64.75º | 0.61% | 0.9% | - |
| XYZ | 58.78 | 71.68 | 20.41 | - |
| YUV | 209.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 90 | 0.05 | 0 | 0.61 | 0.10 | 64.75 | 0.73 | 0.63 |
| Hex | DA | E5 | 5A | 5 | 0 | 3D | A | 41 | 49 | 3F |
| Octal | 332 | 345 | 132 | 5 | 0 | 75 | 12 | 101 | 111 | 77 |
| Binary | 11011010 | 11100101 | 1011010 | 101 | 0 | 111101 | 1010 | 1000001 | 1001001 | 111111 |
Color Harmonies of #DAE55A
Complementary color
Monochromatic Colors of #DAE55A
Black with #DAE55A
Text Example
Text Example
White with #DAE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE55A; }
p { color: rgb(218,229,90); }
H1.HeaderClassName
{
color: #DAE55A;
}
.AnyTagClassName
{
color: #DAE55A;
}
</style>
background-color css
<style>
a { background-color: #DAE55A; }
a { background-color: rgb(218,229,90); }
div.DivClassName
{
background-color: #DAE55A;
}
.BgClassName
{
background-color: #DAE55A;
}
</style>
border-color css
<style>
span { border-color: #DAE55A; }
span { border-color: rgb(218,229,90); }
td.TdClassName
{
border-color: #DAE55A;
}
.TagClassName
{
border-color: #DAE55A;
}
</style>