Shades of Mindaro #DAFE6F
Tints of Mindaro #DAFE6F
RGB
CMYK
RGB Variations
Color information
#DAFE6F (or 0xDAFE6F) is known color: Mindaro. HEX triplet: DA, FE and 6F. RGB value is (218,254,111). Sum of RGB (Red+Green+Blue) = 218+254+111=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE6F is #250190. Grayscale: #E3E3E3. Windows color (decimal): -2425233 or 7339738. OLE color: 7339738.
HSL color Cylindrical-coordinate representation of color #DAFE6F: hue angle of 75.1º 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 #DAFE6F is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 111 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.00 |
| HSL | 75.1º | 0.99% | 0.72% | - |
| HSV(B) | 75.1º | 0.56% | 1% | - |
| XYZ | 67.22 | 86.94 | 28.28 | - |
| YUV | 226.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 111 | 0.14 | 0 | 0.56 | 0.00 | 75.1 | 0.99 | 0.72 |
| Hex | DA | FE | 6F | E | 0 | 38 | 0 | 4B | 63 | 48 |
| Octal | 332 | 376 | 157 | 16 | 0 | 70 | 0 | 113 | 143 | 110 |
| Binary | 11011010 | 11111110 | 1101111 | 1110 | 0 | 111000 | 0 | 1001011 | 1100011 | 1001000 |
Color Harmonies of #DAFE6F
Complementary color
Monochromatic Colors of #DAFE6F
Black with #DAFE6F
Text Example
Text Example
White with #DAFE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE6F; }
p { color: rgb(218,254,111); }
H1.HeaderClassName
{
color: #DAFE6F;
}
.AnyTagClassName
{
color: #DAFE6F;
}
</style>
background-color css
<style>
a { background-color: #DAFE6F; }
a { background-color: rgb(218,254,111); }
div.DivClassName
{
background-color: #DAFE6F;
}
.BgClassName
{
background-color: #DAFE6F;
}
</style>
border-color css
<style>
span { border-color: #DAFE6F; }
span { border-color: rgb(218,254,111); }
td.TdClassName
{
border-color: #DAFE6F;
}
.TagClassName
{
border-color: #DAFE6F;
}
</style>