Shades of Mindaro #DAF07C
Tints of Mindaro #DAF07C
RGB
CMYK
RGB Variations
Color information
#DAF07C (or 0xDAF07C) is known color: Mindaro. HEX triplet: DA, F0 and 7C. RGB value is (218,240,124). Sum of RGB (Red+Green+Blue) = 218+240+124=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF07C is #250F83. Grayscale: #DCDCDC. Windows color (decimal): -2428804 or 8188122. OLE color: 8188122.
HSL color Cylindrical-coordinate representation of color #DAF07C: hue angle of 71.38º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF07C is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 124 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.06 |
| HSL | 71.38º | 0.79% | 0.71% | - |
| HSV(B) | 71.38º | 0.48% | 0.94% | - |
| XYZ | 63.71 | 78.68 | 30.9 | - |
| YUV | 220.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 124 | 0.09 | 0 | 0.48 | 0.06 | 71.38 | 0.79 | 0.71 |
| Hex | DA | F0 | 7C | 9 | 0 | 30 | 6 | 47 | 4F | 47 |
| Octal | 332 | 360 | 174 | 11 | 0 | 60 | 6 | 107 | 117 | 107 |
| Binary | 11011010 | 11110000 | 1111100 | 1001 | 0 | 110000 | 110 | 1000111 | 1001111 | 1000111 |
Color Harmonies of #DAF07C
Complementary color
Monochromatic Colors of #DAF07C
Black with #DAF07C
Text Example
Text Example
White with #DAF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF07C; }
p { color: rgb(218,240,124); }
H1.HeaderClassName
{
color: #DAF07C;
}
.AnyTagClassName
{
color: #DAF07C;
}
</style>
background-color css
<style>
a { background-color: #DAF07C; }
a { background-color: rgb(218,240,124); }
div.DivClassName
{
background-color: #DAF07C;
}
.BgClassName
{
background-color: #DAF07C;
}
</style>
border-color css
<style>
span { border-color: #DAF07C; }
span { border-color: rgb(218,240,124); }
td.TdClassName
{
border-color: #DAF07C;
}
.TagClassName
{
border-color: #DAF07C;
}
</style>