Shades of Mindaro #DAE768
Tints of Mindaro #DAE768
RGB
CMYK
RGB Variations
Color information
#DAE768 (or 0xDAE768) is known color: Mindaro. HEX triplet: DA, E7 and 68. RGB value is (218,231,104). Sum of RGB (Red+Green+Blue) = 218+231+104=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE768 is #251897. Grayscale: #D5D5D5. Windows color (decimal): -2431128 or 6875098. OLE color: 6875098.
HSL color Cylindrical-coordinate representation of color #DAE768: hue angle of 66.14º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE768 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 104 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.09 |
| HSL | 66.14º | 0.73% | 0.66% | - |
| HSV(B) | 66.14º | 0.55% | 0.91% | - |
| XYZ | 59.99 | 73.06 | 24.04 | - |
| YUV | 212.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 104 | 0.06 | 0 | 0.55 | 0.09 | 66.14 | 0.73 | 0.66 |
| Hex | DA | E7 | 68 | 6 | 0 | 37 | 9 | 42 | 49 | 42 |
| Octal | 332 | 347 | 150 | 6 | 0 | 67 | 11 | 102 | 111 | 102 |
| Binary | 11011010 | 11100111 | 1101000 | 110 | 0 | 110111 | 1001 | 1000010 | 1001001 | 1000010 |
Color Harmonies of #DAE768
Complementary color
Monochromatic Colors of #DAE768
Black with #DAE768
Text Example
Text Example
White with #DAE768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE768; }
p { color: rgb(218,231,104); }
H1.HeaderClassName
{
color: #DAE768;
}
.AnyTagClassName
{
color: #DAE768;
}
</style>
background-color css
<style>
a { background-color: #DAE768; }
a { background-color: rgb(218,231,104); }
div.DivClassName
{
background-color: #DAE768;
}
.BgClassName
{
background-color: #DAE768;
}
</style>
border-color css
<style>
span { border-color: #DAE768; }
span { border-color: rgb(218,231,104); }
td.TdClassName
{
border-color: #DAE768;
}
.TagClassName
{
border-color: #DAE768;
}
</style>