Shades of Mindaro #DAF47C
Tints of Mindaro #DAF47C
RGB
CMYK
RGB Variations
Color information
#DAF47C (or 0xDAF47C) is known color: Mindaro. HEX triplet: DA, F4 and 7C. RGB value is (218,244,124). Sum of RGB (Red+Green+Blue) = 218+244+124=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF47C is #250B83. Grayscale: #DEDEDE. Windows color (decimal): -2427780 or 8189146. OLE color: 8189146.
HSL color Cylindrical-coordinate representation of color #DAF47C: hue angle of 73º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF47C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 124 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.04 |
| HSL | 73º | 0.85% | 0.72% | - |
| HSV(B) | 73º | 0.49% | 0.96% | - |
| XYZ | 64.9 | 81.06 | 31.29 | - |
| YUV | 222.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 124 | 0.11 | 0 | 0.49 | 0.04 | 73 | 0.85 | 0.72 |
| Hex | DA | F4 | 7C | B | 0 | 31 | 4 | 49 | 55 | 48 |
| Octal | 332 | 364 | 174 | 13 | 0 | 61 | 4 | 111 | 125 | 110 |
| Binary | 11011010 | 11110100 | 1111100 | 1011 | 0 | 110001 | 100 | 1001001 | 1010101 | 1001000 |
Color Harmonies of #DAF47C
Complementary color
Monochromatic Colors of #DAF47C
Black with #DAF47C
Text Example
Text Example
White with #DAF47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF47C; }
p { color: rgb(218,244,124); }
H1.HeaderClassName
{
color: #DAF47C;
}
.AnyTagClassName
{
color: #DAF47C;
}
</style>
background-color css
<style>
a { background-color: #DAF47C; }
a { background-color: rgb(218,244,124); }
div.DivClassName
{
background-color: #DAF47C;
}
.BgClassName
{
background-color: #DAF47C;
}
</style>
border-color css
<style>
span { border-color: #DAF47C; }
span { border-color: rgb(218,244,124); }
td.TdClassName
{
border-color: #DAF47C;
}
.TagClassName
{
border-color: #DAF47C;
}
</style>