Shades of Mindaro #DAE475
Tints of Mindaro #DAE475
RGB
CMYK
RGB Variations
Color information
#DAE475 (or 0xDAE475) is known color: Mindaro. HEX triplet: DA, E4 and 75. RGB value is (218,228,117). Sum of RGB (Red+Green+Blue) = 218+228+117=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE475 is #251B8A. Grayscale: #D4D4D4. Windows color (decimal): -2431883 or 7726298. OLE color: 7726298.
HSL color Cylindrical-coordinate representation of color #DAE475: hue angle of 65.41º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAE475 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 117 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.11 |
| HSL | 65.41º | 0.67% | 0.68% | - |
| HSV(B) | 65.41º | 0.49% | 0.89% | - |
| XYZ | 59.87 | 71.68 | 27.51 | - |
| YUV | 212.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 117 | 0.04 | 0 | 0.49 | 0.11 | 65.41 | 0.67 | 0.68 |
| Hex | DA | E4 | 75 | 4 | 0 | 31 | B | 41 | 43 | 44 |
| Octal | 332 | 344 | 165 | 4 | 0 | 61 | 13 | 101 | 103 | 104 |
| Binary | 11011010 | 11100100 | 1110101 | 100 | 0 | 110001 | 1011 | 1000001 | 1000011 | 1000100 |
Color Harmonies of #DAE475
Complementary color
Monochromatic Colors of #DAE475
Black with #DAE475
Text Example
Text Example
White with #DAE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE475; }
p { color: rgb(218,228,117); }
H1.HeaderClassName
{
color: #DAE475;
}
.AnyTagClassName
{
color: #DAE475;
}
</style>
background-color css
<style>
a { background-color: #DAE475; }
a { background-color: rgb(218,228,117); }
div.DivClassName
{
background-color: #DAE475;
}
.BgClassName
{
background-color: #DAE475;
}
</style>
border-color css
<style>
span { border-color: #DAE475; }
span { border-color: rgb(218,228,117); }
td.TdClassName
{
border-color: #DAE475;
}
.TagClassName
{
border-color: #DAE475;
}
</style>