Shades of Mindaro #DAE77F
Tints of Mindaro #DAE77F
RGB
CMYK
RGB Variations
Color information
#DAE77F (or 0xDAE77F) is known color: Mindaro. HEX triplet: DA, E7 and 7F. RGB value is (218,231,127). Sum of RGB (Red+Green+Blue) = 218+231+127=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE77F is #251880. Grayscale: #D7D7D7. Windows color (decimal): -2431105 or 8382426. OLE color: 8382426.
HSL color Cylindrical-coordinate representation of color #DAE77F: hue angle of 67.5º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE77F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 127 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.09 |
| HSL | 67.5º | 0.68% | 0.7% | - |
| HSV(B) | 67.5º | 0.45% | 0.91% | - |
| XYZ | 61.32 | 73.59 | 31.05 | - |
| YUV | 215.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 127 | 0.06 | 0 | 0.45 | 0.09 | 67.5 | 0.68 | 0.7 |
| Hex | DA | E7 | 7F | 6 | 0 | 2D | 9 | 44 | 44 | 46 |
| Octal | 332 | 347 | 177 | 6 | 0 | 55 | 11 | 104 | 104 | 106 |
| Binary | 11011010 | 11100111 | 1111111 | 110 | 0 | 101101 | 1001 | 1000100 | 1000100 | 1000110 |
Color Harmonies of #DAE77F
Complementary color
Monochromatic Colors of #DAE77F
Black with #DAE77F
Text Example
Text Example
White with #DAE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE77F; }
p { color: rgb(218,231,127); }
H1.HeaderClassName
{
color: #DAE77F;
}
.AnyTagClassName
{
color: #DAE77F;
}
</style>
background-color css
<style>
a { background-color: #DAE77F; }
a { background-color: rgb(218,231,127); }
div.DivClassName
{
background-color: #DAE77F;
}
.BgClassName
{
background-color: #DAE77F;
}
</style>
border-color css
<style>
span { border-color: #DAE77F; }
span { border-color: rgb(218,231,127); }
td.TdClassName
{
border-color: #DAE77F;
}
.TagClassName
{
border-color: #DAE77F;
}
</style>