Shades of Mindaro #DAFF70
Tints of Mindaro #DAFF70
RGB
CMYK
RGB Variations
Color information
#DAFF70 (or 0xDAFF70) is known color: Mindaro. HEX triplet: DA, FF and 70. RGB value is (218,255,112). Sum of RGB (Red+Green+Blue) = 218+255+112=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF70 is #25008F. Grayscale: #E4E4E4. Windows color (decimal): -2424976 or 7405530. OLE color: 7405530.
HSL color Cylindrical-coordinate representation of color #DAFF70: hue angle of 75.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAFF70 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 112 | - |
| CMYK | 0.15 | 0 | 0.56 | 0 |
| HSL | 75.52º | 1% | 0.72% | - |
| HSV(B) | 75.52º | 0.56% | 1% | - |
| XYZ | 67.6 | 87.6 | 28.67 | - |
| YUV | 227.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 112 | 0.15 | 0 | 0.56 | 0 | 75.52 | 1 | 0.72 |
| Hex | DA | FF | 70 | F | 0 | 38 | 0 | 4C | 64 | 48 |
| Octal | 332 | 377 | 160 | 17 | 0 | 70 | 0 | 114 | 144 | 110 |
| Binary | 11011010 | 11111111 | 1110000 | 1111 | 0 | 111000 | 0 | 1001100 | 1100100 | 1001000 |
Color Harmonies of #DAFF70
Complementary color
Monochromatic Colors of #DAFF70
Black with #DAFF70
Text Example
Text Example
White with #DAFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF70; }
p { color: rgb(218,255,112); }
H1.HeaderClassName
{
color: #DAFF70;
}
.AnyTagClassName
{
color: #DAFF70;
}
</style>
background-color css
<style>
a { background-color: #DAFF70; }
a { background-color: rgb(218,255,112); }
div.DivClassName
{
background-color: #DAFF70;
}
.BgClassName
{
background-color: #DAFF70;
}
</style>
border-color css
<style>
span { border-color: #DAFF70; }
span { border-color: rgb(218,255,112); }
td.TdClassName
{
border-color: #DAFF70;
}
.TagClassName
{
border-color: #DAFF70;
}
</style>