Shades of Manz #DAE450
Tints of Manz #DAE450
RGB
CMYK
RGB Variations
Color information
#DAE450 (or 0xDAE450) is known color: Manz. HEX triplet: DA, E4 and 50. RGB value is (218,228,80). Sum of RGB (Red+Green+Blue) = 218+228+80=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE450 is #251BAF. Grayscale: #D0D0D0. Windows color (decimal): -2431920 or 5301466. OLE color: 5301466.
HSL color Cylindrical-coordinate representation of color #DAE450: hue angle of 64.05º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE450 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 80 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.11 |
| HSL | 64.05º | 0.73% | 0.6% | - |
| HSV(B) | 64.05º | 0.65% | 0.89% | - |
| XYZ | 58.1 | 70.97 | 18.23 | - |
| YUV | 208.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 80 | 0.04 | 0 | 0.65 | 0.11 | 64.05 | 0.73 | 0.6 |
| Hex | DA | E4 | 50 | 4 | 0 | 41 | B | 40 | 49 | 3C |
| Octal | 332 | 344 | 120 | 4 | 0 | 101 | 13 | 100 | 111 | 74 |
| Binary | 11011010 | 11100100 | 1010000 | 100 | 0 | 1000001 | 1011 | 1000000 | 1001001 | 111100 |
Color Harmonies of #DAE450
Complementary color
Monochromatic Colors of #DAE450
Black with #DAE450
Text Example
Text Example
White with #DAE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE450; }
p { color: rgb(218,228,80); }
H1.HeaderClassName
{
color: #DAE450;
}
.AnyTagClassName
{
color: #DAE450;
}
</style>
background-color css
<style>
a { background-color: #DAE450; }
a { background-color: rgb(218,228,80); }
div.DivClassName
{
background-color: #DAE450;
}
.BgClassName
{
background-color: #DAE450;
}
</style>
border-color css
<style>
span { border-color: #DAE450; }
span { border-color: rgb(218,228,80); }
td.TdClassName
{
border-color: #DAE450;
}
.TagClassName
{
border-color: #DAE450;
}
</style>