Shades of Mindaro #DAE872
Tints of Mindaro #DAE872
RGB
CMYK
RGB Variations
Color information
#DAE872 (or 0xDAE872) is known color: Mindaro. HEX triplet: DA, E8 and 72. RGB value is (218,232,114). Sum of RGB (Red+Green+Blue) = 218+232+114=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE872 is #25178D. Grayscale: #D6D6D6. Windows color (decimal): -2430862 or 7530714. OLE color: 7530714.
HSL color Cylindrical-coordinate representation of color #DAE872: hue angle of 67.12º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE872 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 114 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.09 |
| HSL | 67.12º | 0.72% | 0.68% | - |
| HSV(B) | 67.12º | 0.51% | 0.91% | - |
| XYZ | 60.81 | 73.83 | 26.97 | - |
| YUV | 214.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 114 | 0.06 | 0 | 0.51 | 0.09 | 67.12 | 0.72 | 0.68 |
| Hex | DA | E8 | 72 | 6 | 0 | 33 | 9 | 43 | 48 | 44 |
| Octal | 332 | 350 | 162 | 6 | 0 | 63 | 11 | 103 | 110 | 104 |
| Binary | 11011010 | 11101000 | 1110010 | 110 | 0 | 110011 | 1001 | 1000011 | 1001000 | 1000100 |
Color Harmonies of #DAE872
Complementary color
Monochromatic Colors of #DAE872
Black with #DAE872
Text Example
Text Example
White with #DAE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE872; }
p { color: rgb(218,232,114); }
H1.HeaderClassName
{
color: #DAE872;
}
.AnyTagClassName
{
color: #DAE872;
}
</style>
background-color css
<style>
a { background-color: #DAE872; }
a { background-color: rgb(218,232,114); }
div.DivClassName
{
background-color: #DAE872;
}
.BgClassName
{
background-color: #DAE872;
}
</style>
border-color css
<style>
span { border-color: #DAE872; }
span { border-color: rgb(218,232,114); }
td.TdClassName
{
border-color: #DAE872;
}
.TagClassName
{
border-color: #DAE872;
}
</style>