Shades of Manz #DAE550
Tints of Manz #DAE550
RGB
CMYK
RGB Variations
Color information
#DAE550 (or 0xDAE550) is known color: Manz. HEX triplet: DA, E5 and 50. RGB value is (218,229,80). Sum of RGB (Red+Green+Blue) = 218+229+80=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE550 is #251AAF. Grayscale: #D1D1D1. Windows color (decimal): -2431664 or 5301722. OLE color: 5301722.
HSL color Cylindrical-coordinate representation of color #DAE550: hue angle of 64.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE550 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 80 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.10 |
| HSL | 64.43º | 0.74% | 0.61% | - |
| HSV(B) | 64.43º | 0.65% | 0.9% | - |
| XYZ | 58.38 | 71.52 | 18.32 | - |
| YUV | 208.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 80 | 0.05 | 0 | 0.65 | 0.10 | 64.43 | 0.74 | 0.61 |
| Hex | DA | E5 | 50 | 5 | 0 | 41 | A | 40 | 4A | 3D |
| Octal | 332 | 345 | 120 | 5 | 0 | 101 | 12 | 100 | 112 | 75 |
| Binary | 11011010 | 11100101 | 1010000 | 101 | 0 | 1000001 | 1010 | 1000000 | 1001010 | 111101 |
Color Harmonies of #DAE550
Complementary color
Monochromatic Colors of #DAE550
Black with #DAE550
Text Example
Text Example
White with #DAE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE550; }
p { color: rgb(218,229,80); }
H1.HeaderClassName
{
color: #DAE550;
}
.AnyTagClassName
{
color: #DAE550;
}
</style>
background-color css
<style>
a { background-color: #DAE550; }
a { background-color: rgb(218,229,80); }
div.DivClassName
{
background-color: #DAE550;
}
.BgClassName
{
background-color: #DAE550;
}
</style>
border-color css
<style>
span { border-color: #DAE550; }
span { border-color: rgb(218,229,80); }
td.TdClassName
{
border-color: #DAE550;
}
.TagClassName
{
border-color: #DAE550;
}
</style>