Shades of Mindaro #DAFF67
Tints of Mindaro #DAFF67
RGB
CMYK
RGB Variations
Color information
#DAFF67 (or 0xDAFF67) is known color: Mindaro. HEX triplet: DA, FF and 67. RGB value is (218,255,103). Sum of RGB (Red+Green+Blue) = 218+255+103=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 103 (40.62% from 255 or 17.88% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF67 is #250098. Grayscale: #E3E3E3. Windows color (decimal): -2424985 or 6815706. OLE color: 6815706.
HSL color Cylindrical-coordinate representation of color #DAFF67: hue angle of 74.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAFF67 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 103 | - |
| CMYK | 0.15 | 0 | 0.60 | 0 |
| HSL | 74.61º | 1% | 0.7% | - |
| HSV(B) | 74.61º | 0.6% | 1% | - |
| XYZ | 67.12 | 87.4 | 26.17 | - |
| YUV | 226.61 | 58.24 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 103 | 0.15 | 0 | 0.60 | 0 | 74.61 | 1 | 0.7 |
| Hex | DA | FF | 67 | F | 0 | 3C | 0 | 4B | 64 | 46 |
| Octal | 332 | 377 | 147 | 17 | 0 | 74 | 0 | 113 | 144 | 106 |
| Binary | 11011010 | 11111111 | 1100111 | 1111 | 0 | 111100 | 0 | 1001011 | 1100100 | 1000110 |
Color Harmonies of #DAFF67
Complementary color
Monochromatic Colors of #DAFF67
Black with #DAFF67
Text Example
Text Example
White with #DAFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF67; }
p { color: rgb(218,255,103); }
H1.HeaderClassName
{
color: #DAFF67;
}
.AnyTagClassName
{
color: #DAFF67;
}
</style>
background-color css
<style>
a { background-color: #DAFF67; }
a { background-color: rgb(218,255,103); }
div.DivClassName
{
background-color: #DAFF67;
}
.BgClassName
{
background-color: #DAFF67;
}
</style>
border-color css
<style>
span { border-color: #DAFF67; }
span { border-color: rgb(218,255,103); }
td.TdClassName
{
border-color: #DAFF67;
}
.TagClassName
{
border-color: #DAFF67;
}
</style>