Shades of Mindaro #DAE980
Tints of Mindaro #DAE980
RGB
CMYK
RGB Variations
Color information
#DAE980 (or 0xDAE980) is known color: Mindaro. HEX triplet: DA, E9 and 80. RGB value is (218,233,128). Sum of RGB (Red+Green+Blue) = 218+233+128=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE980 is #25167F. Grayscale: #D8D8D8. Windows color (decimal): -2430592 or 8448474. OLE color: 8448474.
HSL color Cylindrical-coordinate representation of color #DAE980: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE980 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 128 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.09 |
| HSL | 68.57º | 0.7% | 0.71% | - |
| HSV(B) | 68.57º | 0.45% | 0.91% | - |
| XYZ | 61.95 | 74.74 | 31.58 | - |
| YUV | 216.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 128 | 0.06 | 0 | 0.45 | 0.09 | 68.57 | 0.7 | 0.71 |
| Hex | DA | E9 | 80 | 6 | 0 | 2D | 9 | 45 | 46 | 47 |
| Octal | 332 | 351 | 200 | 6 | 0 | 55 | 11 | 105 | 106 | 107 |
| Binary | 11011010 | 11101001 | 10000000 | 110 | 0 | 101101 | 1001 | 1000101 | 1000110 | 1000111 |
Color Harmonies of #DAE980
Complementary color
Monochromatic Colors of #DAE980
Black with #DAE980
Text Example
Text Example
White with #DAE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE980; }
p { color: rgb(218,233,128); }
H1.HeaderClassName
{
color: #DAE980;
}
.AnyTagClassName
{
color: #DAE980;
}
</style>
background-color css
<style>
a { background-color: #DAE980; }
a { background-color: rgb(218,233,128); }
div.DivClassName
{
background-color: #DAE980;
}
.BgClassName
{
background-color: #DAE980;
}
</style>
border-color css
<style>
span { border-color: #DAE980; }
span { border-color: rgb(218,233,128); }
td.TdClassName
{
border-color: #DAE980;
}
.TagClassName
{
border-color: #DAE980;
}
</style>