Shades of Mindaro #DAF675
Tints of Mindaro #DAF675
RGB
CMYK
RGB Variations
Color information
#DAF675 (or 0xDAF675) is known color: Mindaro. HEX triplet: DA, F6 and 75. RGB value is (218,246,117). Sum of RGB (Red+Green+Blue) = 218+246+117=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF675 is #25098A. Grayscale: #DFDFDF. Windows color (decimal): -2427275 or 7730906. OLE color: 7730906.
HSL color Cylindrical-coordinate representation of color #DAF675: hue angle of 73.02º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF675 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 117 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.04 |
| HSL | 73.02º | 0.88% | 0.71% | - |
| HSV(B) | 73.02º | 0.52% | 0.96% | - |
| XYZ | 65.08 | 82.1 | 29.25 | - |
| YUV | 222.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 117 | 0.11 | 0 | 0.52 | 0.04 | 73.02 | 0.88 | 0.71 |
| Hex | DA | F6 | 75 | B | 0 | 34 | 4 | 49 | 58 | 47 |
| Octal | 332 | 366 | 165 | 13 | 0 | 64 | 4 | 111 | 130 | 107 |
| Binary | 11011010 | 11110110 | 1110101 | 1011 | 0 | 110100 | 100 | 1001001 | 1011000 | 1000111 |
Color Harmonies of #DAF675
Complementary color
Monochromatic Colors of #DAF675
Black with #DAF675
Text Example
Text Example
White with #DAF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF675; }
p { color: rgb(218,246,117); }
H1.HeaderClassName
{
color: #DAF675;
}
.AnyTagClassName
{
color: #DAF675;
}
</style>
background-color css
<style>
a { background-color: #DAF675; }
a { background-color: rgb(218,246,117); }
div.DivClassName
{
background-color: #DAF675;
}
.BgClassName
{
background-color: #DAF675;
}
</style>
border-color css
<style>
span { border-color: #DAF675; }
span { border-color: rgb(218,246,117); }
td.TdClassName
{
border-color: #DAF675;
}
.TagClassName
{
border-color: #DAF675;
}
</style>