Shades of Mindaro #DAE75B
Tints of Mindaro #DAE75B
RGB
CMYK
RGB Variations
Color information
#DAE75B (or 0xDAE75B) is known color: Mindaro. HEX triplet: DA, E7 and 5B. RGB value is (218,231,91). Sum of RGB (Red+Green+Blue) = 218+231+91=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE75B is #2518A4. Grayscale: #D3D3D3. Windows color (decimal): -2431141 or 6023130. OLE color: 6023130.
HSL color Cylindrical-coordinate representation of color #DAE75B: hue angle of 65.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE75B is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 91 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.09 |
| HSL | 65.57º | 0.74% | 0.63% | - |
| HSV(B) | 65.57º | 0.61% | 0.91% | - |
| XYZ | 59.38 | 72.81 | 20.82 | - |
| YUV | 211.15 | 60.19 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 91 | 0.06 | 0 | 0.61 | 0.09 | 65.57 | 0.74 | 0.63 |
| Hex | DA | E7 | 5B | 6 | 0 | 3D | 9 | 42 | 4A | 3F |
| Octal | 332 | 347 | 133 | 6 | 0 | 75 | 11 | 102 | 112 | 77 |
| Binary | 11011010 | 11100111 | 1011011 | 110 | 0 | 111101 | 1001 | 1000010 | 1001010 | 111111 |
Color Harmonies of #DAE75B
Complementary color
Monochromatic Colors of #DAE75B
Black with #DAE75B
Text Example
Text Example
White with #DAE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE75B; }
p { color: rgb(218,231,91); }
H1.HeaderClassName
{
color: #DAE75B;
}
.AnyTagClassName
{
color: #DAE75B;
}
</style>
background-color css
<style>
a { background-color: #DAE75B; }
a { background-color: rgb(218,231,91); }
div.DivClassName
{
background-color: #DAE75B;
}
.BgClassName
{
background-color: #DAE75B;
}
</style>
border-color css
<style>
span { border-color: #DAE75B; }
span { border-color: rgb(218,231,91); }
td.TdClassName
{
border-color: #DAE75B;
}
.TagClassName
{
border-color: #DAE75B;
}
</style>