Shades of Mindaro #DAE874
Tints of Mindaro #DAE874
RGB
CMYK
RGB Variations
Color information
#DAE874 (or 0xDAE874) is known color: Mindaro. HEX triplet: DA, E8 and 74. RGB value is (218,232,116). Sum of RGB (Red+Green+Blue) = 218+232+116=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE874 is #25178B. Grayscale: #D7D7D7. Windows color (decimal): -2430860 or 7661786. OLE color: 7661786.
HSL color Cylindrical-coordinate representation of color #DAE874: hue angle of 67.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE874 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 116 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.09 |
| HSL | 67.24º | 0.72% | 0.68% | - |
| HSV(B) | 67.24º | 0.5% | 0.91% | - |
| XYZ | 60.92 | 73.88 | 27.57 | - |
| YUV | 214.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 116 | 0.06 | 0 | 0.50 | 0.09 | 67.24 | 0.72 | 0.68 |
| Hex | DA | E8 | 74 | 6 | 0 | 32 | 9 | 43 | 48 | 44 |
| Octal | 332 | 350 | 164 | 6 | 0 | 62 | 11 | 103 | 110 | 104 |
| Binary | 11011010 | 11101000 | 1110100 | 110 | 0 | 110010 | 1001 | 1000011 | 1001000 | 1000100 |
Color Harmonies of #DAE874
Complementary color
Monochromatic Colors of #DAE874
Black with #DAE874
Text Example
Text Example
White with #DAE874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE874; }
p { color: rgb(218,232,116); }
H1.HeaderClassName
{
color: #DAE874;
}
.AnyTagClassName
{
color: #DAE874;
}
</style>
background-color css
<style>
a { background-color: #DAE874; }
a { background-color: rgb(218,232,116); }
div.DivClassName
{
background-color: #DAE874;
}
.BgClassName
{
background-color: #DAE874;
}
</style>
border-color css
<style>
span { border-color: #DAE874; }
span { border-color: rgb(218,232,116); }
td.TdClassName
{
border-color: #DAE874;
}
.TagClassName
{
border-color: #DAE874;
}
</style>