Shades of Mindaro #DAE864
Tints of Mindaro #DAE864
RGB
CMYK
RGB Variations
Color information
#DAE864 (or 0xDAE864) is known color: Mindaro. HEX triplet: DA, E8 and 64. RGB value is (218,232,100). Sum of RGB (Red+Green+Blue) = 218+232+100=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE864 is #25179B. Grayscale: #D5D5D5. Windows color (decimal): -2430876 or 6613210. OLE color: 6613210.
HSL color Cylindrical-coordinate representation of color #DAE864: hue angle of 66.36º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE864 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 100 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.09 |
| HSL | 66.36º | 0.74% | 0.65% | - |
| HSV(B) | 66.36º | 0.57% | 0.91% | - |
| XYZ | 60.07 | 73.54 | 23.08 | - |
| YUV | 212.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 100 | 0.06 | 0 | 0.57 | 0.09 | 66.36 | 0.74 | 0.65 |
| Hex | DA | E8 | 64 | 6 | 0 | 39 | 9 | 42 | 4A | 41 |
| Octal | 332 | 350 | 144 | 6 | 0 | 71 | 11 | 102 | 112 | 101 |
| Binary | 11011010 | 11101000 | 1100100 | 110 | 0 | 111001 | 1001 | 1000010 | 1001010 | 1000001 |
Color Harmonies of #DAE864
Complementary color
Monochromatic Colors of #DAE864
Black with #DAE864
Text Example
Text Example
White with #DAE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE864; }
p { color: rgb(218,232,100); }
H1.HeaderClassName
{
color: #DAE864;
}
.AnyTagClassName
{
color: #DAE864;
}
</style>
background-color css
<style>
a { background-color: #DAE864; }
a { background-color: rgb(218,232,100); }
div.DivClassName
{
background-color: #DAE864;
}
.BgClassName
{
background-color: #DAE864;
}
</style>
border-color css
<style>
span { border-color: #DAE864; }
span { border-color: rgb(218,232,100); }
td.TdClassName
{
border-color: #DAE864;
}
.TagClassName
{
border-color: #DAE864;
}
</style>