Shades of Mindaro #DAFF71
Tints of Mindaro #DAFF71
RGB
CMYK
RGB Variations
Color information
#DAFF71 (or 0xDAFF71) is known color: Mindaro. HEX triplet: DA, FF and 71. RGB value is (218,255,113). Sum of RGB (Red+Green+Blue) = 218+255+113=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF71 is #25008E. Grayscale: #E4E4E4. Windows color (decimal): -2424975 or 7471066. OLE color: 7471066.
HSL color Cylindrical-coordinate representation of color #DAFF71: hue angle of 75.63º 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 #DAFF71 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 113 | - |
| CMYK | 0.15 | 0 | 0.56 | 0 |
| HSL | 75.63º | 1% | 0.72% | - |
| HSV(B) | 75.63º | 0.56% | 1% | - |
| XYZ | 67.65 | 87.62 | 28.97 | - |
| YUV | 227.75 | 63.24 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 113 | 0.15 | 0 | 0.56 | 0 | 75.63 | 1 | 0.72 |
| Hex | DA | FF | 71 | F | 0 | 38 | 0 | 4C | 64 | 48 |
| Octal | 332 | 377 | 161 | 17 | 0 | 70 | 0 | 114 | 144 | 110 |
| Binary | 11011010 | 11111111 | 1110001 | 1111 | 0 | 111000 | 0 | 1001100 | 1100100 | 1001000 |
Color Harmonies of #DAFF71
Complementary color
Monochromatic Colors of #DAFF71
Black with #DAFF71
Text Example
Text Example
White with #DAFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF71; }
p { color: rgb(218,255,113); }
H1.HeaderClassName
{
color: #DAFF71;
}
.AnyTagClassName
{
color: #DAFF71;
}
</style>
background-color css
<style>
a { background-color: #DAFF71; }
a { background-color: rgb(218,255,113); }
div.DivClassName
{
background-color: #DAFF71;
}
.BgClassName
{
background-color: #DAFF71;
}
</style>
border-color css
<style>
span { border-color: #DAFF71; }
span { border-color: rgb(218,255,113); }
td.TdClassName
{
border-color: #DAFF71;
}
.TagClassName
{
border-color: #DAFF71;
}
</style>