Shades of Mindaro #DAE760
Tints of Mindaro #DAE760
RGB
CMYK
RGB Variations
Color information
#DAE760 (or 0xDAE760) is known color: Mindaro. HEX triplet: DA, E7 and 60. RGB value is (218,231,96). Sum of RGB (Red+Green+Blue) = 218+231+96=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE760 is #25189F. Grayscale: #D4D4D4. Windows color (decimal): -2431136 or 6350810. OLE color: 6350810.
HSL color Cylindrical-coordinate representation of color #DAE760: hue angle of 65.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE760 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 96 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.09 |
| HSL | 65.78º | 0.74% | 0.64% | - |
| HSV(B) | 65.78º | 0.58% | 0.91% | - |
| XYZ | 59.6 | 72.9 | 22 | - |
| YUV | 211.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 96 | 0.06 | 0 | 0.58 | 0.09 | 65.78 | 0.74 | 0.64 |
| Hex | DA | E7 | 60 | 6 | 0 | 3A | 9 | 42 | 4A | 40 |
| Octal | 332 | 347 | 140 | 6 | 0 | 72 | 11 | 102 | 112 | 100 |
| Binary | 11011010 | 11100111 | 1100000 | 110 | 0 | 111010 | 1001 | 1000010 | 1001010 | 1000000 |
Color Harmonies of #DAE760
Complementary color
Monochromatic Colors of #DAE760
Black with #DAE760
Text Example
Text Example
White with #DAE760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE760; }
p { color: rgb(218,231,96); }
H1.HeaderClassName
{
color: #DAE760;
}
.AnyTagClassName
{
color: #DAE760;
}
</style>
background-color css
<style>
a { background-color: #DAE760; }
a { background-color: rgb(218,231,96); }
div.DivClassName
{
background-color: #DAE760;
}
.BgClassName
{
background-color: #DAE760;
}
</style>
border-color css
<style>
span { border-color: #DAE760; }
span { border-color: rgb(218,231,96); }
td.TdClassName
{
border-color: #DAE760;
}
.TagClassName
{
border-color: #DAE760;
}
</style>