Shades of Manz #DAE758
Tints of Manz #DAE758
RGB
CMYK
RGB Variations
Color information
#DAE758 (or 0xDAE758) is known color: Manz. HEX triplet: DA, E7 and 58. RGB value is (218,231,88). Sum of RGB (Red+Green+Blue) = 218+231+88=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE758 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE758 is #2518A7. Grayscale: #D3D3D3. Windows color (decimal): -2431144 or 5826522. OLE color: 5826522.
HSL color Cylindrical-coordinate representation of color #DAE758: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAE758 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 88 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.09 |
| HSL | 65.45º | 0.75% | 0.63% | - |
| HSV(B) | 65.45º | 0.62% | 0.91% | - |
| XYZ | 59.25 | 72.76 | 20.15 | - |
| YUV | 210.81 | 58.69 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 88 | 0.06 | 0 | 0.62 | 0.09 | 65.45 | 0.75 | 0.63 |
| Hex | DA | E7 | 58 | 6 | 0 | 3E | 9 | 41 | 4B | 3F |
| Octal | 332 | 347 | 130 | 6 | 0 | 76 | 11 | 101 | 113 | 77 |
| Binary | 11011010 | 11100111 | 1011000 | 110 | 0 | 111110 | 1001 | 1000001 | 1001011 | 111111 |
Color Harmonies of #DAE758
Complementary color
Monochromatic Colors of #DAE758
Black with #DAE758
Text Example
Text Example
White with #DAE758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE758; }
p { color: rgb(218,231,88); }
H1.HeaderClassName
{
color: #DAE758;
}
.AnyTagClassName
{
color: #DAE758;
}
</style>
background-color css
<style>
a { background-color: #DAE758; }
a { background-color: rgb(218,231,88); }
div.DivClassName
{
background-color: #DAE758;
}
.BgClassName
{
background-color: #DAE758;
}
</style>
border-color css
<style>
span { border-color: #DAE758; }
span { border-color: rgb(218,231,88); }
td.TdClassName
{
border-color: #DAE758;
}
.TagClassName
{
border-color: #DAE758;
}
</style>