Shades of Mindaro #DAE85E
Tints of Mindaro #DAE85E
RGB
CMYK
RGB Variations
Color information
#DAE85E (or 0xDAE85E) is known color: Mindaro. HEX triplet: DA, E8 and 5E. RGB value is (218,232,94). Sum of RGB (Red+Green+Blue) = 218+232+94=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE85E is #2517A1. Grayscale: #D4D4D4. Windows color (decimal): -2430882 or 6219994. OLE color: 6219994.
HSL color Cylindrical-coordinate representation of color #DAE85E: hue angle of 66.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE85E is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 94 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.09 |
| HSL | 66.09º | 0.75% | 0.64% | - |
| HSV(B) | 66.09º | 0.59% | 0.91% | - |
| XYZ | 59.79 | 73.43 | 21.61 | - |
| YUV | 212.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 94 | 0.06 | 0 | 0.59 | 0.09 | 66.09 | 0.75 | 0.64 |
| Hex | DA | E8 | 5E | 6 | 0 | 3B | 9 | 42 | 4B | 40 |
| Octal | 332 | 350 | 136 | 6 | 0 | 73 | 11 | 102 | 113 | 100 |
| Binary | 11011010 | 11101000 | 1011110 | 110 | 0 | 111011 | 1001 | 1000010 | 1001011 | 1000000 |
Color Harmonies of #DAE85E
Complementary color
Monochromatic Colors of #DAE85E
Black with #DAE85E
Text Example
Text Example
White with #DAE85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE85E; }
p { color: rgb(218,232,94); }
H1.HeaderClassName
{
color: #DAE85E;
}
.AnyTagClassName
{
color: #DAE85E;
}
</style>
background-color css
<style>
a { background-color: #DAE85E; }
a { background-color: rgb(218,232,94); }
div.DivClassName
{
background-color: #DAE85E;
}
.BgClassName
{
background-color: #DAE85E;
}
</style>
border-color css
<style>
span { border-color: #DAE85E; }
span { border-color: rgb(218,232,94); }
td.TdClassName
{
border-color: #DAE85E;
}
.TagClassName
{
border-color: #DAE85E;
}
</style>