Shades of Mindaro #DAE85B
Tints of Mindaro #DAE85B
RGB
CMYK
RGB Variations
Color information
#DAE85B (or 0xDAE85B) is known color: Mindaro. HEX triplet: DA, E8 and 5B. RGB value is (218,232,91). Sum of RGB (Red+Green+Blue) = 218+232+91=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE85B is #2517A4. Grayscale: #D4D4D4. Windows color (decimal): -2430885 or 6023386. OLE color: 6023386.
HSL color Cylindrical-coordinate representation of color #DAE85B: hue angle of 65.96º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE85B is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 91 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.09 |
| HSL | 65.96º | 0.75% | 0.63% | - |
| HSV(B) | 65.96º | 0.61% | 0.91% | - |
| XYZ | 59.66 | 73.37 | 20.92 | - |
| YUV | 211.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 91 | 0.06 | 0 | 0.61 | 0.09 | 65.96 | 0.75 | 0.63 |
| Hex | DA | E8 | 5B | 6 | 0 | 3D | 9 | 42 | 4B | 3F |
| Octal | 332 | 350 | 133 | 6 | 0 | 75 | 11 | 102 | 113 | 77 |
| Binary | 11011010 | 11101000 | 1011011 | 110 | 0 | 111101 | 1001 | 1000010 | 1001011 | 111111 |
Color Harmonies of #DAE85B
Complementary color
Monochromatic Colors of #DAE85B
Black with #DAE85B
Text Example
Text Example
White with #DAE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE85B; }
p { color: rgb(218,232,91); }
H1.HeaderClassName
{
color: #DAE85B;
}
.AnyTagClassName
{
color: #DAE85B;
}
</style>
background-color css
<style>
a { background-color: #DAE85B; }
a { background-color: rgb(218,232,91); }
div.DivClassName
{
background-color: #DAE85B;
}
.BgClassName
{
background-color: #DAE85B;
}
</style>
border-color css
<style>
span { border-color: #DAE85B; }
span { border-color: rgb(218,232,91); }
td.TdClassName
{
border-color: #DAE85B;
}
.TagClassName
{
border-color: #DAE85B;
}
</style>