Shades of Mindaro #DAE862
Tints of Mindaro #DAE862
RGB
CMYK
RGB Variations
Color information
#DAE862 (or 0xDAE862) is known color: Mindaro. HEX triplet: DA, E8 and 62. RGB value is (218,232,98). Sum of RGB (Red+Green+Blue) = 218+232+98=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE862 is #25179D. Grayscale: #D5D5D5. Windows color (decimal): -2430878 or 6482138. OLE color: 6482138.
HSL color Cylindrical-coordinate representation of color #DAE862: hue angle of 66.27º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE862 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 98 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.09 |
| HSL | 66.27º | 0.74% | 0.65% | - |
| HSV(B) | 66.27º | 0.58% | 0.91% | - |
| XYZ | 59.97 | 73.5 | 22.58 | - |
| YUV | 212.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 98 | 0.06 | 0 | 0.58 | 0.09 | 66.27 | 0.74 | 0.65 |
| Hex | DA | E8 | 62 | 6 | 0 | 3A | 9 | 42 | 4A | 41 |
| Octal | 332 | 350 | 142 | 6 | 0 | 72 | 11 | 102 | 112 | 101 |
| Binary | 11011010 | 11101000 | 1100010 | 110 | 0 | 111010 | 1001 | 1000010 | 1001010 | 1000001 |
Color Harmonies of #DAE862
Complementary color
Monochromatic Colors of #DAE862
Black with #DAE862
Text Example
Text Example
White with #DAE862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE862; }
p { color: rgb(218,232,98); }
H1.HeaderClassName
{
color: #DAE862;
}
.AnyTagClassName
{
color: #DAE862;
}
</style>
background-color css
<style>
a { background-color: #DAE862; }
a { background-color: rgb(218,232,98); }
div.DivClassName
{
background-color: #DAE862;
}
.BgClassName
{
background-color: #DAE862;
}
</style>
border-color css
<style>
span { border-color: #DAE862; }
span { border-color: rgb(218,232,98); }
td.TdClassName
{
border-color: #DAE862;
}
.TagClassName
{
border-color: #DAE862;
}
</style>