Shades of Mindaro #DAE77D
Tints of Mindaro #DAE77D
RGB
CMYK
RGB Variations
Color information
#DAE77D (or 0xDAE77D) is known color: Mindaro. HEX triplet: DA, E7 and 7D. RGB value is (218,231,125). Sum of RGB (Red+Green+Blue) = 218+231+125=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 231 (90.62% from 255 or 40.24% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE77D is #251882. Grayscale: #D7D7D7. Windows color (decimal): -2431107 or 8251354. OLE color: 8251354.
HSL color Cylindrical-coordinate representation of color #DAE77D: hue angle of 67.36º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE77D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 125 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.09 |
| HSL | 67.36º | 0.69% | 0.7% | - |
| HSV(B) | 67.36º | 0.46% | 0.91% | - |
| XYZ | 61.19 | 73.54 | 30.37 | - |
| YUV | 215.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 125 | 0.06 | 0 | 0.46 | 0.09 | 67.36 | 0.69 | 0.7 |
| Hex | DA | E7 | 7D | 6 | 0 | 2E | 9 | 43 | 45 | 46 |
| Octal | 332 | 347 | 175 | 6 | 0 | 56 | 11 | 103 | 105 | 106 |
| Binary | 11011010 | 11100111 | 1111101 | 110 | 0 | 101110 | 1001 | 1000011 | 1000101 | 1000110 |
Color Harmonies of #DAE77D
Complementary color
Monochromatic Colors of #DAE77D
Black with #DAE77D
Text Example
Text Example
White with #DAE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE77D; }
p { color: rgb(218,231,125); }
H1.HeaderClassName
{
color: #DAE77D;
}
.AnyTagClassName
{
color: #DAE77D;
}
</style>
background-color css
<style>
a { background-color: #DAE77D; }
a { background-color: rgb(218,231,125); }
div.DivClassName
{
background-color: #DAE77D;
}
.BgClassName
{
background-color: #DAE77D;
}
</style>
border-color css
<style>
span { border-color: #DAE77D; }
span { border-color: rgb(218,231,125); }
td.TdClassName
{
border-color: #DAE77D;
}
.TagClassName
{
border-color: #DAE77D;
}
</style>