Shades of Mindaro #DAE37E
Tints of Mindaro #DAE37E
RGB
CMYK
RGB Variations
Color information
#DAE37E (or 0xDAE37E) is known color: Mindaro. HEX triplet: DA, E3 and 7E. RGB value is (218,227,126). Sum of RGB (Red+Green+Blue) = 218+227+126=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE37E is #251C81. Grayscale: #D5D5D5. Windows color (decimal): -2432130 or 8315866. OLE color: 8315866.
HSL color Cylindrical-coordinate representation of color #DAE37E: hue angle of 65.35º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAE37E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 126 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.11 |
| HSL | 65.35º | 0.64% | 0.69% | - |
| HSV(B) | 65.35º | 0.44% | 0.89% | - |
| XYZ | 60.15 | 71.35 | 30.34 | - |
| YUV | 212.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 126 | 0.04 | 0 | 0.44 | 0.11 | 65.35 | 0.64 | 0.69 |
| Hex | DA | E3 | 7E | 4 | 0 | 2C | B | 41 | 40 | 45 |
| Octal | 332 | 343 | 176 | 4 | 0 | 54 | 13 | 101 | 100 | 105 |
| Binary | 11011010 | 11100011 | 1111110 | 100 | 0 | 101100 | 1011 | 1000001 | 1000000 | 1000101 |
Color Harmonies of #DAE37E
Complementary color
Monochromatic Colors of #DAE37E
Black with #DAE37E
Text Example
Text Example
White with #DAE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE37E; }
p { color: rgb(218,227,126); }
H1.HeaderClassName
{
color: #DAE37E;
}
.AnyTagClassName
{
color: #DAE37E;
}
</style>
background-color css
<style>
a { background-color: #DAE37E; }
a { background-color: rgb(218,227,126); }
div.DivClassName
{
background-color: #DAE37E;
}
.BgClassName
{
background-color: #DAE37E;
}
</style>
border-color css
<style>
span { border-color: #DAE37E; }
span { border-color: rgb(218,227,126); }
td.TdClassName
{
border-color: #DAE37E;
}
.TagClassName
{
border-color: #DAE37E;
}
</style>