Shades of Mindaro #DAE85D
Tints of Mindaro #DAE85D
RGB
CMYK
RGB Variations
Color information
#DAE85D (or 0xDAE85D) is known color: Mindaro. HEX triplet: DA, E8 and 5D. RGB value is (218,232,93). Sum of RGB (Red+Green+Blue) = 218+232+93=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE85D is #2517A2. Grayscale: #D4D4D4. Windows color (decimal): -2430883 or 6154458. OLE color: 6154458.
HSL color Cylindrical-coordinate representation of color #DAE85D: hue angle of 66.04º degrees, saturation: 0.75, 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 #DAE85D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 93 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.09 |
| HSL | 66.04º | 0.75% | 0.64% | - |
| HSV(B) | 66.04º | 0.6% | 0.91% | - |
| XYZ | 59.75 | 73.41 | 21.38 | - |
| YUV | 211.97 | 60.86 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 93 | 0.06 | 0 | 0.60 | 0.09 | 66.04 | 0.75 | 0.64 |
| Hex | DA | E8 | 5D | 6 | 0 | 3C | 9 | 42 | 4B | 40 |
| Octal | 332 | 350 | 135 | 6 | 0 | 74 | 11 | 102 | 113 | 100 |
| Binary | 11011010 | 11101000 | 1011101 | 110 | 0 | 111100 | 1001 | 1000010 | 1001011 | 1000000 |
Color Harmonies of #DAE85D
Complementary color
Monochromatic Colors of #DAE85D
Black with #DAE85D
Text Example
Text Example
White with #DAE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE85D; }
p { color: rgb(218,232,93); }
H1.HeaderClassName
{
color: #DAE85D;
}
.AnyTagClassName
{
color: #DAE85D;
}
</style>
background-color css
<style>
a { background-color: #DAE85D; }
a { background-color: rgb(218,232,93); }
div.DivClassName
{
background-color: #DAE85D;
}
.BgClassName
{
background-color: #DAE85D;
}
</style>
border-color css
<style>
span { border-color: #DAE85D; }
span { border-color: rgb(218,232,93); }
td.TdClassName
{
border-color: #DAE85D;
}
.TagClassName
{
border-color: #DAE85D;
}
</style>