Shades of Mindaro #DAEA71
Tints of Mindaro #DAEA71
RGB
CMYK
RGB Variations
Color information
#DAEA71 (or 0xDAEA71) is known color: Mindaro. HEX triplet: DA, EA and 71. RGB value is (218,234,113). Sum of RGB (Red+Green+Blue) = 218+234+113=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA71 is #25158E. Grayscale: #D7D7D7. Windows color (decimal): -2430351 or 7465690. OLE color: 7465690.
HSL color Cylindrical-coordinate representation of color #DAEA71: hue angle of 67.93º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAEA71 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 113 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.08 |
| HSL | 67.93º | 0.74% | 0.68% | - |
| HSV(B) | 67.93º | 0.52% | 0.92% | - |
| XYZ | 61.32 | 74.94 | 26.86 | - |
| YUV | 215.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 113 | 0.07 | 0 | 0.52 | 0.08 | 67.93 | 0.74 | 0.68 |
| Hex | DA | EA | 71 | 7 | 0 | 34 | 8 | 44 | 4A | 44 |
| Octal | 332 | 352 | 161 | 7 | 0 | 64 | 10 | 104 | 112 | 104 |
| Binary | 11011010 | 11101010 | 1110001 | 111 | 0 | 110100 | 1000 | 1000100 | 1001010 | 1000100 |
Color Harmonies of #DAEA71
Complementary color
Monochromatic Colors of #DAEA71
Black with #DAEA71
Text Example
Text Example
White with #DAEA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA71; }
p { color: rgb(218,234,113); }
H1.HeaderClassName
{
color: #DAEA71;
}
.AnyTagClassName
{
color: #DAEA71;
}
</style>
background-color css
<style>
a { background-color: #DAEA71; }
a { background-color: rgb(218,234,113); }
div.DivClassName
{
background-color: #DAEA71;
}
.BgClassName
{
background-color: #DAEA71;
}
</style>
border-color css
<style>
span { border-color: #DAEA71; }
span { border-color: rgb(218,234,113); }
td.TdClassName
{
border-color: #DAEA71;
}
.TagClassName
{
border-color: #DAEA71;
}
</style>