Shades of Mindaro #DAFE6A
Tints of Mindaro #DAFE6A
RGB
CMYK
RGB Variations
Color information
#DAFE6A (or 0xDAFE6A) is known color: Mindaro. HEX triplet: DA, FE and 6A. RGB value is (218,254,106). Sum of RGB (Red+Green+Blue) = 218+254+106=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE6A is #250195. Grayscale: #E2E2E2. Windows color (decimal): -2425238 or 7012058. OLE color: 7012058.
HSL color Cylindrical-coordinate representation of color #DAFE6A: hue angle of 74.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAFE6A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 106 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.00 |
| HSL | 74.59º | 0.99% | 0.71% | - |
| HSV(B) | 74.59º | 0.58% | 1% | - |
| XYZ | 66.96 | 86.83 | 26.87 | - |
| YUV | 226.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 106 | 0.14 | 0 | 0.58 | 0.00 | 74.59 | 0.99 | 0.71 |
| Hex | DA | FE | 6A | E | 0 | 3A | 0 | 4B | 63 | 47 |
| Octal | 332 | 376 | 152 | 16 | 0 | 72 | 0 | 113 | 143 | 107 |
| Binary | 11011010 | 11111110 | 1101010 | 1110 | 0 | 111010 | 0 | 1001011 | 1100011 | 1000111 |
Color Harmonies of #DAFE6A
Complementary color
Monochromatic Colors of #DAFE6A
Black with #DAFE6A
Text Example
Text Example
White with #DAFE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE6A; }
p { color: rgb(218,254,106); }
H1.HeaderClassName
{
color: #DAFE6A;
}
.AnyTagClassName
{
color: #DAFE6A;
}
</style>
background-color css
<style>
a { background-color: #DAFE6A; }
a { background-color: rgb(218,254,106); }
div.DivClassName
{
background-color: #DAFE6A;
}
.BgClassName
{
background-color: #DAFE6A;
}
</style>
border-color css
<style>
span { border-color: #DAFE6A; }
span { border-color: rgb(218,254,106); }
td.TdClassName
{
border-color: #DAFE6A;
}
.TagClassName
{
border-color: #DAFE6A;
}
</style>