Shades of Mindaro #DAF672
Tints of Mindaro #DAF672
RGB
CMYK
RGB Variations
Color information
#DAF672 (or 0xDAF672) is known color: Mindaro. HEX triplet: DA, F6 and 72. RGB value is (218,246,114). Sum of RGB (Red+Green+Blue) = 218+246+114=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF672 is #25098D. Grayscale: #DFDFDF. Windows color (decimal): -2427278 or 7534298. OLE color: 7534298.
HSL color Cylindrical-coordinate representation of color #DAF672: hue angle of 72.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAF672 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 114 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.04 |
| HSL | 72.73º | 0.88% | 0.71% | - |
| HSV(B) | 72.73º | 0.54% | 0.96% | - |
| XYZ | 64.91 | 82.03 | 28.33 | - |
| YUV | 222.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 114 | 0.11 | 0 | 0.54 | 0.04 | 72.73 | 0.88 | 0.71 |
| Hex | DA | F6 | 72 | B | 0 | 36 | 4 | 49 | 58 | 47 |
| Octal | 332 | 366 | 162 | 13 | 0 | 66 | 4 | 111 | 130 | 107 |
| Binary | 11011010 | 11110110 | 1110010 | 1011 | 0 | 110110 | 100 | 1001001 | 1011000 | 1000111 |
Color Harmonies of #DAF672
Complementary color
Monochromatic Colors of #DAF672
Black with #DAF672
Text Example
Text Example
White with #DAF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF672; }
p { color: rgb(218,246,114); }
H1.HeaderClassName
{
color: #DAF672;
}
.AnyTagClassName
{
color: #DAF672;
}
</style>
background-color css
<style>
a { background-color: #DAF672; }
a { background-color: rgb(218,246,114); }
div.DivClassName
{
background-color: #DAF672;
}
.BgClassName
{
background-color: #DAF672;
}
</style>
border-color css
<style>
span { border-color: #DAF672; }
span { border-color: rgb(218,246,114); }
td.TdClassName
{
border-color: #DAF672;
}
.TagClassName
{
border-color: #DAF672;
}
</style>