Shades of Mindaro #DAEC58
Tints of Mindaro #DAEC58
RGB
CMYK
RGB Variations
Color information
#DAEC58 (or 0xDAEC58) is known color: Mindaro. HEX triplet: DA, EC and 58. RGB value is (218,236,88). Sum of RGB (Red+Green+Blue) = 218+236+88=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC58 is #2513A7. Grayscale: #D6D6D6. Windows color (decimal): -2429864 or 5827802. OLE color: 5827802.
HSL color Cylindrical-coordinate representation of color #DAEC58: hue angle of 67.3º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAEC58 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 88 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.07 |
| HSL | 67.3º | 0.8% | 0.64% | - |
| HSV(B) | 67.3º | 0.63% | 0.93% | - |
| XYZ | 60.67 | 75.6 | 20.63 | - |
| YUV | 213.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 88 | 0.08 | 0 | 0.63 | 0.07 | 67.3 | 0.8 | 0.64 |
| Hex | DA | EC | 58 | 8 | 0 | 3F | 7 | 43 | 50 | 40 |
| Octal | 332 | 354 | 130 | 10 | 0 | 77 | 7 | 103 | 120 | 100 |
| Binary | 11011010 | 11101100 | 1011000 | 1000 | 0 | 111111 | 111 | 1000011 | 1010000 | 1000000 |
Color Harmonies of #DAEC58
Complementary color
Monochromatic Colors of #DAEC58
Black with #DAEC58
Text Example
Text Example
White with #DAEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC58; }
p { color: rgb(218,236,88); }
H1.HeaderClassName
{
color: #DAEC58;
}
.AnyTagClassName
{
color: #DAEC58;
}
</style>
background-color css
<style>
a { background-color: #DAEC58; }
a { background-color: rgb(218,236,88); }
div.DivClassName
{
background-color: #DAEC58;
}
.BgClassName
{
background-color: #DAEC58;
}
</style>
border-color css
<style>
span { border-color: #DAEC58; }
span { border-color: rgb(218,236,88); }
td.TdClassName
{
border-color: #DAEC58;
}
.TagClassName
{
border-color: #DAEC58;
}
</style>