Shades of Mindaro #DAE871
Tints of Mindaro #DAE871
RGB
CMYK
RGB Variations
Color information
#DAE871 (or 0xDAE871) is known color: Mindaro. HEX triplet: DA, E8 and 71. RGB value is (218,232,113). Sum of RGB (Red+Green+Blue) = 218+232+113=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE871 is #25178E. Grayscale: #D6D6D6. Windows color (decimal): -2430863 or 7465178. OLE color: 7465178.
HSL color Cylindrical-coordinate representation of color #DAE871: hue angle of 67.06º 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 #DAE871 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 113 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.09 |
| HSL | 67.06º | 0.72% | 0.68% | - |
| HSV(B) | 67.06º | 0.51% | 0.91% | - |
| XYZ | 60.75 | 73.81 | 26.67 | - |
| YUV | 214.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 113 | 0.06 | 0 | 0.51 | 0.09 | 67.06 | 0.72 | 0.68 |
| Hex | DA | E8 | 71 | 6 | 0 | 33 | 9 | 43 | 48 | 44 |
| Octal | 332 | 350 | 161 | 6 | 0 | 63 | 11 | 103 | 110 | 104 |
| Binary | 11011010 | 11101000 | 1110001 | 110 | 0 | 110011 | 1001 | 1000011 | 1001000 | 1000100 |
Color Harmonies of #DAE871
Complementary color
Monochromatic Colors of #DAE871
Black with #DAE871
Text Example
Text Example
White with #DAE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE871; }
p { color: rgb(218,232,113); }
H1.HeaderClassName
{
color: #DAE871;
}
.AnyTagClassName
{
color: #DAE871;
}
</style>
background-color css
<style>
a { background-color: #DAE871; }
a { background-color: rgb(218,232,113); }
div.DivClassName
{
background-color: #DAE871;
}
.BgClassName
{
background-color: #DAE871;
}
</style>
border-color css
<style>
span { border-color: #DAE871; }
span { border-color: rgb(218,232,113); }
td.TdClassName
{
border-color: #DAE871;
}
.TagClassName
{
border-color: #DAE871;
}
</style>