Shades of Mindaro #DAE76B
Tints of Mindaro #DAE76B
RGB
CMYK
RGB Variations
Color information
#DAE76B (or 0xDAE76B) is known color: Mindaro. HEX triplet: DA, E7 and 6B. RGB value is (218,231,107). Sum of RGB (Red+Green+Blue) = 218+231+107=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE76B is #251894. Grayscale: #D5D5D5. Windows color (decimal): -2431125 or 7071706. OLE color: 7071706.
HSL color Cylindrical-coordinate representation of color #DAE76B: hue angle of 66.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE76B is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 107 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.09 |
| HSL | 66.29º | 0.72% | 0.66% | - |
| HSV(B) | 66.29º | 0.54% | 0.91% | - |
| XYZ | 60.14 | 73.12 | 24.85 | - |
| YUV | 212.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 107 | 0.06 | 0 | 0.54 | 0.09 | 66.29 | 0.72 | 0.66 |
| Hex | DA | E7 | 6B | 6 | 0 | 36 | 9 | 42 | 48 | 42 |
| Octal | 332 | 347 | 153 | 6 | 0 | 66 | 11 | 102 | 110 | 102 |
| Binary | 11011010 | 11100111 | 1101011 | 110 | 0 | 110110 | 1001 | 1000010 | 1001000 | 1000010 |
Color Harmonies of #DAE76B
Complementary color
Monochromatic Colors of #DAE76B
Black with #DAE76B
Text Example
Text Example
White with #DAE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE76B; }
p { color: rgb(218,231,107); }
H1.HeaderClassName
{
color: #DAE76B;
}
.AnyTagClassName
{
color: #DAE76B;
}
</style>
background-color css
<style>
a { background-color: #DAE76B; }
a { background-color: rgb(218,231,107); }
div.DivClassName
{
background-color: #DAE76B;
}
.BgClassName
{
background-color: #DAE76B;
}
</style>
border-color css
<style>
span { border-color: #DAE76B; }
span { border-color: rgb(218,231,107); }
td.TdClassName
{
border-color: #DAE76B;
}
.TagClassName
{
border-color: #DAE76B;
}
</style>