Shades of Mindaro #DAF772
Tints of Mindaro #DAF772
RGB
CMYK
RGB Variations
Color information
#DAF772 (or 0xDAF772) is known color: Mindaro. HEX triplet: DA, F7 and 72. RGB value is (218,247,114). Sum of RGB (Red+Green+Blue) = 218+247+114=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 114 (44.92% from 255 or 19.69% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF772 is #25088D. Grayscale: #DFDFDF. Windows color (decimal): -2427022 or 7534554. OLE color: 7534554.
HSL color Cylindrical-coordinate representation of color #DAF772: hue angle of 73.08º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAF772 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 114 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.03 |
| HSL | 73.08º | 0.89% | 0.71% | - |
| HSV(B) | 73.08º | 0.54% | 0.97% | - |
| XYZ | 65.21 | 82.64 | 28.43 | - |
| YUV | 223.17 | 66.39 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 114 | 0.12 | 0 | 0.54 | 0.03 | 73.08 | 0.89 | 0.71 |
| Hex | DA | F7 | 72 | C | 0 | 36 | 3 | 49 | 59 | 47 |
| Octal | 332 | 367 | 162 | 14 | 0 | 66 | 3 | 111 | 131 | 107 |
| Binary | 11011010 | 11110111 | 1110010 | 1100 | 0 | 110110 | 11 | 1001001 | 1011001 | 1000111 |
Color Harmonies of #DAF772
Complementary color
Monochromatic Colors of #DAF772
Black with #DAF772
Text Example
Text Example
White with #DAF772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF772; }
p { color: rgb(218,247,114); }
H1.HeaderClassName
{
color: #DAF772;
}
.AnyTagClassName
{
color: #DAF772;
}
</style>
background-color css
<style>
a { background-color: #DAF772; }
a { background-color: rgb(218,247,114); }
div.DivClassName
{
background-color: #DAF772;
}
.BgClassName
{
background-color: #DAF772;
}
</style>
border-color css
<style>
span { border-color: #DAF772; }
span { border-color: rgb(218,247,114); }
td.TdClassName
{
border-color: #DAF772;
}
.TagClassName
{
border-color: #DAF772;
}
</style>