Shades of Mindaro #DAF67C
Tints of Mindaro #DAF67C
RGB
CMYK
RGB Variations
Color information
#DAF67C (or 0xDAF67C) is known color: Mindaro. HEX triplet: DA, F6 and 7C. RGB value is (218,246,124). Sum of RGB (Red+Green+Blue) = 218+246+124=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF67C is #250983. Grayscale: #E0E0E0. Windows color (decimal): -2427268 or 8189658. OLE color: 8189658.
HSL color Cylindrical-coordinate representation of color #DAF67C: hue angle of 73.77º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF67C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 124 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.04 |
| HSL | 73.77º | 0.87% | 0.73% | - |
| HSV(B) | 73.77º | 0.5% | 0.96% | - |
| XYZ | 65.51 | 82.27 | 31.5 | - |
| YUV | 223.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 124 | 0.11 | 0 | 0.50 | 0.04 | 73.77 | 0.87 | 0.73 |
| Hex | DA | F6 | 7C | B | 0 | 32 | 4 | 4A | 57 | 49 |
| Octal | 332 | 366 | 174 | 13 | 0 | 62 | 4 | 112 | 127 | 111 |
| Binary | 11011010 | 11110110 | 1111100 | 1011 | 0 | 110010 | 100 | 1001010 | 1010111 | 1001001 |
Color Harmonies of #DAF67C
Complementary color
Monochromatic Colors of #DAF67C
Black with #DAF67C
Text Example
Text Example
White with #DAF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF67C; }
p { color: rgb(218,246,124); }
H1.HeaderClassName
{
color: #DAF67C;
}
.AnyTagClassName
{
color: #DAF67C;
}
</style>
background-color css
<style>
a { background-color: #DAF67C; }
a { background-color: rgb(218,246,124); }
div.DivClassName
{
background-color: #DAF67C;
}
.BgClassName
{
background-color: #DAF67C;
}
</style>
border-color css
<style>
span { border-color: #DAF67C; }
span { border-color: rgb(218,246,124); }
td.TdClassName
{
border-color: #DAF67C;
}
.TagClassName
{
border-color: #DAF67C;
}
</style>