Shades of Manz #DAE458
Tints of Manz #DAE458
RGB
CMYK
RGB Variations
Color information
#DAE458 (or 0xDAE458) is known color: Manz. HEX triplet: DA, E4 and 58. RGB value is (218,228,88). Sum of RGB (Red+Green+Blue) = 218+228+88=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE458 is #251BA7. Grayscale: #D1D1D1. Windows color (decimal): -2431912 or 5825754. OLE color: 5825754.
HSL color Cylindrical-coordinate representation of color #DAE458: hue angle of 64.29º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE458 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 88 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.11 |
| HSL | 64.29º | 0.72% | 0.62% | - |
| HSV(B) | 64.29º | 0.61% | 0.89% | - |
| XYZ | 58.42 | 71.1 | 19.88 | - |
| YUV | 209.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 88 | 0.04 | 0 | 0.61 | 0.11 | 64.29 | 0.72 | 0.62 |
| Hex | DA | E4 | 58 | 4 | 0 | 3D | B | 40 | 48 | 3E |
| Octal | 332 | 344 | 130 | 4 | 0 | 75 | 13 | 100 | 110 | 76 |
| Binary | 11011010 | 11100100 | 1011000 | 100 | 0 | 111101 | 1011 | 1000000 | 1001000 | 111110 |
Color Harmonies of #DAE458
Complementary color
Monochromatic Colors of #DAE458
Black with #DAE458
Text Example
Text Example
White with #DAE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE458; }
p { color: rgb(218,228,88); }
H1.HeaderClassName
{
color: #DAE458;
}
.AnyTagClassName
{
color: #DAE458;
}
</style>
background-color css
<style>
a { background-color: #DAE458; }
a { background-color: rgb(218,228,88); }
div.DivClassName
{
background-color: #DAE458;
}
.BgClassName
{
background-color: #DAE458;
}
</style>
border-color css
<style>
span { border-color: #DAE458; }
span { border-color: rgb(218,228,88); }
td.TdClassName
{
border-color: #DAE458;
}
.TagClassName
{
border-color: #DAE458;
}
</style>