Shades of Mindaro #DAEA65
Tints of Mindaro #DAEA65
RGB
CMYK
RGB Variations
Color information
#DAEA65 (or 0xDAEA65) is known color: Mindaro. HEX triplet: DA, EA and 65. RGB value is (218,234,101). Sum of RGB (Red+Green+Blue) = 218+234+101=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA65 is #25159A. Grayscale: #D6D6D6. Windows color (decimal): -2430363 or 6679258. OLE color: 6679258.
HSL color Cylindrical-coordinate representation of color #DAEA65: hue angle of 67.22º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAEA65 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 101 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.08 |
| HSL | 67.22º | 0.76% | 0.66% | - |
| HSV(B) | 67.22º | 0.57% | 0.92% | - |
| XYZ | 60.69 | 74.69 | 23.53 | - |
| YUV | 214.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 101 | 0.07 | 0 | 0.57 | 0.08 | 67.22 | 0.76 | 0.66 |
| Hex | DA | EA | 65 | 7 | 0 | 39 | 8 | 43 | 4C | 42 |
| Octal | 332 | 352 | 145 | 7 | 0 | 71 | 10 | 103 | 114 | 102 |
| Binary | 11011010 | 11101010 | 1100101 | 111 | 0 | 111001 | 1000 | 1000011 | 1001100 | 1000010 |
Color Harmonies of #DAEA65
Complementary color
Monochromatic Colors of #DAEA65
Black with #DAEA65
Text Example
Text Example
White with #DAEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA65; }
p { color: rgb(218,234,101); }
H1.HeaderClassName
{
color: #DAEA65;
}
.AnyTagClassName
{
color: #DAEA65;
}
</style>
background-color css
<style>
a { background-color: #DAEA65; }
a { background-color: rgb(218,234,101); }
div.DivClassName
{
background-color: #DAEA65;
}
.BgClassName
{
background-color: #DAEA65;
}
</style>
border-color css
<style>
span { border-color: #DAEA65; }
span { border-color: rgb(218,234,101); }
td.TdClassName
{
border-color: #DAEA65;
}
.TagClassName
{
border-color: #DAEA65;
}
</style>