Shades of Mindaro #DAFE71
Tints of Mindaro #DAFE71
RGB
CMYK
RGB Variations
Color information
#DAFE71 (or 0xDAFE71) is known color: Mindaro. HEX triplet: DA, FE and 71. RGB value is (218,254,113). Sum of RGB (Red+Green+Blue) = 218+254+113=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE71 is #25018E. Grayscale: #E3E3E3. Windows color (decimal): -2425231 or 7470810. OLE color: 7470810.
HSL color Cylindrical-coordinate representation of color #DAFE71: hue angle of 75.32º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAFE71 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 113 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.00 |
| HSL | 75.32º | 0.99% | 0.72% | - |
| HSV(B) | 75.32º | 0.56% | 1% | - |
| XYZ | 67.34 | 86.98 | 28.86 | - |
| YUV | 227.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 113 | 0.14 | 0 | 0.56 | 0.00 | 75.32 | 0.99 | 0.72 |
| Hex | DA | FE | 71 | E | 0 | 38 | 0 | 4B | 63 | 48 |
| Octal | 332 | 376 | 161 | 16 | 0 | 70 | 0 | 113 | 143 | 110 |
| Binary | 11011010 | 11111110 | 1110001 | 1110 | 0 | 111000 | 0 | 1001011 | 1100011 | 1001000 |
Color Harmonies of #DAFE71
Complementary color
Monochromatic Colors of #DAFE71
Black with #DAFE71
Text Example
Text Example
White with #DAFE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE71; }
p { color: rgb(218,254,113); }
H1.HeaderClassName
{
color: #DAFE71;
}
.AnyTagClassName
{
color: #DAFE71;
}
</style>
background-color css
<style>
a { background-color: #DAFE71; }
a { background-color: rgb(218,254,113); }
div.DivClassName
{
background-color: #DAFE71;
}
.BgClassName
{
background-color: #DAFE71;
}
</style>
border-color css
<style>
span { border-color: #DAFE71; }
span { border-color: rgb(218,254,113); }
td.TdClassName
{
border-color: #DAFE71;
}
.TagClassName
{
border-color: #DAFE71;
}
</style>