Shades of Mindaro #DAEA74
Tints of Mindaro #DAEA74
RGB
CMYK
RGB Variations
Color information
#DAEA74 (or 0xDAEA74) is known color: Mindaro. HEX triplet: DA, EA and 74. RGB value is (218,234,116). Sum of RGB (Red+Green+Blue) = 218+234+116=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA74 is #25158B. Grayscale: #D8D8D8. Windows color (decimal): -2430348 or 7662298. OLE color: 7662298.
HSL color Cylindrical-coordinate representation of color #DAEA74: hue angle of 68.14º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAEA74 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 116 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.08 |
| HSL | 68.14º | 0.74% | 0.69% | - |
| HSV(B) | 68.14º | 0.5% | 0.92% | - |
| XYZ | 61.49 | 75.01 | 27.76 | - |
| YUV | 215.76 | 71.7 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 116 | 0.07 | 0 | 0.50 | 0.08 | 68.14 | 0.74 | 0.69 |
| Hex | DA | EA | 74 | 7 | 0 | 32 | 8 | 44 | 4A | 45 |
| Octal | 332 | 352 | 164 | 7 | 0 | 62 | 10 | 104 | 112 | 105 |
| Binary | 11011010 | 11101010 | 1110100 | 111 | 0 | 110010 | 1000 | 1000100 | 1001010 | 1000101 |
Color Harmonies of #DAEA74
Complementary color
Monochromatic Colors of #DAEA74
Black with #DAEA74
Text Example
Text Example
White with #DAEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA74; }
p { color: rgb(218,234,116); }
H1.HeaderClassName
{
color: #DAEA74;
}
.AnyTagClassName
{
color: #DAEA74;
}
</style>
background-color css
<style>
a { background-color: #DAEA74; }
a { background-color: rgb(218,234,116); }
div.DivClassName
{
background-color: #DAEA74;
}
.BgClassName
{
background-color: #DAEA74;
}
</style>
border-color css
<style>
span { border-color: #DAEA74; }
span { border-color: rgb(218,234,116); }
td.TdClassName
{
border-color: #DAEA74;
}
.TagClassName
{
border-color: #DAEA74;
}
</style>