Shades of Mindaro #DAE978
Tints of Mindaro #DAE978
RGB
CMYK
RGB Variations
Color information
#DAE978 (or 0xDAE978) is known color: Mindaro. HEX triplet: DA, E9 and 78. RGB value is (218,233,120). Sum of RGB (Red+Green+Blue) = 218+233+120=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE978 is #251687. Grayscale: #D8D8D8. Windows color (decimal): -2430600 or 7924186. OLE color: 7924186.
HSL color Cylindrical-coordinate representation of color #DAE978: hue angle of 67.96º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE978 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 120 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.09 |
| HSL | 67.96º | 0.72% | 0.69% | - |
| HSV(B) | 67.96º | 0.48% | 0.91% | - |
| XYZ | 61.44 | 74.54 | 28.92 | - |
| YUV | 215.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 120 | 0.06 | 0 | 0.48 | 0.09 | 67.96 | 0.72 | 0.69 |
| Hex | DA | E9 | 78 | 6 | 0 | 30 | 9 | 44 | 48 | 45 |
| Octal | 332 | 351 | 170 | 6 | 0 | 60 | 11 | 104 | 110 | 105 |
| Binary | 11011010 | 11101001 | 1111000 | 110 | 0 | 110000 | 1001 | 1000100 | 1001000 | 1000101 |
Color Harmonies of #DAE978
Complementary color
Monochromatic Colors of #DAE978
Black with #DAE978
Text Example
Text Example
White with #DAE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE978; }
p { color: rgb(218,233,120); }
H1.HeaderClassName
{
color: #DAE978;
}
.AnyTagClassName
{
color: #DAE978;
}
</style>
background-color css
<style>
a { background-color: #DAE978; }
a { background-color: rgb(218,233,120); }
div.DivClassName
{
background-color: #DAE978;
}
.BgClassName
{
background-color: #DAE978;
}
</style>
border-color css
<style>
span { border-color: #DAE978; }
span { border-color: rgb(218,233,120); }
td.TdClassName
{
border-color: #DAE978;
}
.TagClassName
{
border-color: #DAE978;
}
</style>