Shades of Manz #DAE854
Tints of Manz #DAE854
RGB
CMYK
RGB Variations
Color information
#DAE854 (or 0xDAE854) is known color: Manz. HEX triplet: DA, E8 and 54. RGB value is (218,232,84). Sum of RGB (Red+Green+Blue) = 218+232+84=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE854 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE854 is #2517AB. Grayscale: #D3D3D3. Windows color (decimal): -2430892 or 5564634. OLE color: 5564634.
HSL color Cylindrical-coordinate representation of color #DAE854: hue angle of 65.68º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE854 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 84 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.09 |
| HSL | 65.68º | 0.76% | 0.62% | - |
| HSV(B) | 65.68º | 0.64% | 0.91% | - |
| XYZ | 59.37 | 73.26 | 19.4 | - |
| YUV | 210.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 84 | 0.06 | 0 | 0.64 | 0.09 | 65.68 | 0.76 | 0.62 |
| Hex | DA | E8 | 54 | 6 | 0 | 40 | 9 | 42 | 4C | 3E |
| Octal | 332 | 350 | 124 | 6 | 0 | 100 | 11 | 102 | 114 | 76 |
| Binary | 11011010 | 11101000 | 1010100 | 110 | 0 | 1000000 | 1001 | 1000010 | 1001100 | 111110 |
Color Harmonies of #DAE854
Complementary color
Monochromatic Colors of #DAE854
Black with #DAE854
Text Example
Text Example
White with #DAE854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE854; }
p { color: rgb(218,232,84); }
H1.HeaderClassName
{
color: #DAE854;
}
.AnyTagClassName
{
color: #DAE854;
}
</style>
background-color css
<style>
a { background-color: #DAE854; }
a { background-color: rgb(218,232,84); }
div.DivClassName
{
background-color: #DAE854;
}
.BgClassName
{
background-color: #DAE854;
}
</style>
border-color css
<style>
span { border-color: #DAE854; }
span { border-color: rgb(218,232,84); }
td.TdClassName
{
border-color: #DAE854;
}
.TagClassName
{
border-color: #DAE854;
}
</style>