Shades of Mindaro #DAE95E
Tints of Mindaro #DAE95E
RGB
CMYK
RGB Variations
Color information
#DAE95E (or 0xDAE95E) is known color: Mindaro. HEX triplet: DA, E9 and 5E. RGB value is (218,233,94). Sum of RGB (Red+Green+Blue) = 218+233+94=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE95E is #2516A1. Grayscale: #D5D5D5. Windows color (decimal): -2430626 or 6220250. OLE color: 6220250.
HSL color Cylindrical-coordinate representation of color #DAE95E: hue angle of 66.47º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE95E is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 94 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.09 |
| HSL | 66.47º | 0.76% | 0.64% | - |
| HSV(B) | 66.47º | 0.6% | 0.91% | - |
| XYZ | 60.07 | 73.99 | 21.71 | - |
| YUV | 212.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 94 | 0.06 | 0 | 0.60 | 0.09 | 66.47 | 0.76 | 0.64 |
| Hex | DA | E9 | 5E | 6 | 0 | 3C | 9 | 42 | 4C | 40 |
| Octal | 332 | 351 | 136 | 6 | 0 | 74 | 11 | 102 | 114 | 100 |
| Binary | 11011010 | 11101001 | 1011110 | 110 | 0 | 111100 | 1001 | 1000010 | 1001100 | 1000000 |
Color Harmonies of #DAE95E
Complementary color
Monochromatic Colors of #DAE95E
Black with #DAE95E
Text Example
Text Example
White with #DAE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE95E; }
p { color: rgb(218,233,94); }
H1.HeaderClassName
{
color: #DAE95E;
}
.AnyTagClassName
{
color: #DAE95E;
}
</style>
background-color css
<style>
a { background-color: #DAE95E; }
a { background-color: rgb(218,233,94); }
div.DivClassName
{
background-color: #DAE95E;
}
.BgClassName
{
background-color: #DAE95E;
}
</style>
border-color css
<style>
span { border-color: #DAE95E; }
span { border-color: rgb(218,233,94); }
td.TdClassName
{
border-color: #DAE95E;
}
.TagClassName
{
border-color: #DAE95E;
}
</style>