Shades of Mindaro #DAEC73
Tints of Mindaro #DAEC73
RGB
CMYK
RGB Variations
Color information
#DAEC73 (or 0xDAEC73) is known color: Mindaro. HEX triplet: DA, EC and 73. RGB value is (218,236,115). Sum of RGB (Red+Green+Blue) = 218+236+115=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC73 is #25138C. Grayscale: #D9D9D9. Windows color (decimal): -2429837 or 7597274. OLE color: 7597274.
HSL color Cylindrical-coordinate representation of color #DAEC73: hue angle of 68.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAEC73 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 115 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.07 |
| HSL | 68.93º | 0.76% | 0.69% | - |
| HSV(B) | 68.93º | 0.51% | 0.93% | - |
| XYZ | 62 | 76.13 | 27.65 | - |
| YUV | 216.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 115 | 0.08 | 0 | 0.51 | 0.07 | 68.93 | 0.76 | 0.69 |
| Hex | DA | EC | 73 | 8 | 0 | 33 | 7 | 45 | 4C | 45 |
| Octal | 332 | 354 | 163 | 10 | 0 | 63 | 7 | 105 | 114 | 105 |
| Binary | 11011010 | 11101100 | 1110011 | 1000 | 0 | 110011 | 111 | 1000101 | 1001100 | 1000101 |
Color Harmonies of #DAEC73
Complementary color
Monochromatic Colors of #DAEC73
Black with #DAEC73
Text Example
Text Example
White with #DAEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC73; }
p { color: rgb(218,236,115); }
H1.HeaderClassName
{
color: #DAEC73;
}
.AnyTagClassName
{
color: #DAEC73;
}
</style>
background-color css
<style>
a { background-color: #DAEC73; }
a { background-color: rgb(218,236,115); }
div.DivClassName
{
background-color: #DAEC73;
}
.BgClassName
{
background-color: #DAEC73;
}
</style>
border-color css
<style>
span { border-color: #DAEC73; }
span { border-color: rgb(218,236,115); }
td.TdClassName
{
border-color: #DAEC73;
}
.TagClassName
{
border-color: #DAEC73;
}
</style>