Shades of Mindaro #DAF67D
Tints of Mindaro #DAF67D
RGB
CMYK
RGB Variations
Color information
#DAF67D (or 0xDAF67D) is known color: Mindaro. HEX triplet: DA, F6 and 7D. RGB value is (218,246,125). Sum of RGB (Red+Green+Blue) = 218+246+125=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF67D is #250982. Grayscale: #E0E0E0. Windows color (decimal): -2427267 or 8255194. OLE color: 8255194.
HSL color Cylindrical-coordinate representation of color #DAF67D: hue angle of 73.88º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF67D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 125 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.04 |
| HSL | 73.88º | 0.87% | 0.73% | - |
| HSV(B) | 73.88º | 0.49% | 0.96% | - |
| XYZ | 65.57 | 82.3 | 31.83 | - |
| YUV | 223.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 125 | 0.11 | 0 | 0.49 | 0.04 | 73.88 | 0.87 | 0.73 |
| Hex | DA | F6 | 7D | B | 0 | 31 | 4 | 4A | 57 | 49 |
| Octal | 332 | 366 | 175 | 13 | 0 | 61 | 4 | 112 | 127 | 111 |
| Binary | 11011010 | 11110110 | 1111101 | 1011 | 0 | 110001 | 100 | 1001010 | 1010111 | 1001001 |
Color Harmonies of #DAF67D
Complementary color
Monochromatic Colors of #DAF67D
Black with #DAF67D
Text Example
Text Example
White with #DAF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF67D; }
p { color: rgb(218,246,125); }
H1.HeaderClassName
{
color: #DAF67D;
}
.AnyTagClassName
{
color: #DAF67D;
}
</style>
background-color css
<style>
a { background-color: #DAF67D; }
a { background-color: rgb(218,246,125); }
div.DivClassName
{
background-color: #DAF67D;
}
.BgClassName
{
background-color: #DAF67D;
}
</style>
border-color css
<style>
span { border-color: #DAF67D; }
span { border-color: rgb(218,246,125); }
td.TdClassName
{
border-color: #DAF67D;
}
.TagClassName
{
border-color: #DAF67D;
}
</style>