Shades of Mindaro #DAE779
Tints of Mindaro #DAE779
RGB
CMYK
RGB Variations
Color information
#DAE779 (or 0xDAE779) is known color: Mindaro. HEX triplet: DA, E7 and 79. RGB value is (218,231,121). Sum of RGB (Red+Green+Blue) = 218+231+121=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE779 is #251886. Grayscale: #D7D7D7. Windows color (decimal): -2431111 or 7989210. OLE color: 7989210.
HSL color Cylindrical-coordinate representation of color #DAE779: hue angle of 67.09º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE779 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 121 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.09 |
| HSL | 67.09º | 0.7% | 0.69% | - |
| HSV(B) | 67.09º | 0.48% | 0.91% | - |
| XYZ | 60.94 | 73.44 | 29.05 | - |
| YUV | 214.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 121 | 0.06 | 0 | 0.48 | 0.09 | 67.09 | 0.7 | 0.69 |
| Hex | DA | E7 | 79 | 6 | 0 | 30 | 9 | 43 | 46 | 45 |
| Octal | 332 | 347 | 171 | 6 | 0 | 60 | 11 | 103 | 106 | 105 |
| Binary | 11011010 | 11100111 | 1111001 | 110 | 0 | 110000 | 1001 | 1000011 | 1000110 | 1000101 |
Color Harmonies of #DAE779
Complementary color
Monochromatic Colors of #DAE779
Black with #DAE779
Text Example
Text Example
White with #DAE779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE779; }
p { color: rgb(218,231,121); }
H1.HeaderClassName
{
color: #DAE779;
}
.AnyTagClassName
{
color: #DAE779;
}
</style>
background-color css
<style>
a { background-color: #DAE779; }
a { background-color: rgb(218,231,121); }
div.DivClassName
{
background-color: #DAE779;
}
.BgClassName
{
background-color: #DAE779;
}
</style>
border-color css
<style>
span { border-color: #DAE779; }
span { border-color: rgb(218,231,121); }
td.TdClassName
{
border-color: #DAE779;
}
.TagClassName
{
border-color: #DAE779;
}
</style>