Shades of Mindaro #DAE96E
Tints of Mindaro #DAE96E
RGB
CMYK
RGB Variations
Color information
#DAE96E (or 0xDAE96E) is known color: Mindaro. HEX triplet: DA, E9 and 6E. RGB value is (218,233,110). Sum of RGB (Red+Green+Blue) = 218+233+110=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE96E is #251691. Grayscale: #D6D6D6. Windows color (decimal): -2430610 or 7268826. OLE color: 7268826.
HSL color Cylindrical-coordinate representation of color #DAE96E: hue angle of 67.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE96E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 110 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.09 |
| HSL | 67.32º | 0.74% | 0.67% | - |
| HSV(B) | 67.32º | 0.53% | 0.91% | - |
| XYZ | 60.87 | 74.31 | 25.89 | - |
| YUV | 214.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 110 | 0.06 | 0 | 0.53 | 0.09 | 67.32 | 0.74 | 0.67 |
| Hex | DA | E9 | 6E | 6 | 0 | 35 | 9 | 43 | 4A | 43 |
| Octal | 332 | 351 | 156 | 6 | 0 | 65 | 11 | 103 | 112 | 103 |
| Binary | 11011010 | 11101001 | 1101110 | 110 | 0 | 110101 | 1001 | 1000011 | 1001010 | 1000011 |
Color Harmonies of #DAE96E
Complementary color
Monochromatic Colors of #DAE96E
Black with #DAE96E
Text Example
Text Example
White with #DAE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE96E; }
p { color: rgb(218,233,110); }
H1.HeaderClassName
{
color: #DAE96E;
}
.AnyTagClassName
{
color: #DAE96E;
}
</style>
background-color css
<style>
a { background-color: #DAE96E; }
a { background-color: rgb(218,233,110); }
div.DivClassName
{
background-color: #DAE96E;
}
.BgClassName
{
background-color: #DAE96E;
}
</style>
border-color css
<style>
span { border-color: #DAE96E; }
span { border-color: rgb(218,233,110); }
td.TdClassName
{
border-color: #DAE96E;
}
.TagClassName
{
border-color: #DAE96E;
}
</style>