Shades of Mindaro #DAFE6B
Tints of Mindaro #DAFE6B
RGB
CMYK
RGB Variations
Color information
#DAFE6B (or 0xDAFE6B) is known color: Mindaro. HEX triplet: DA, FE and 6B. RGB value is (218,254,107). Sum of RGB (Red+Green+Blue) = 218+254+107=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE6B is #250194. Grayscale: #E3E3E3. Windows color (decimal): -2425237 or 7077594. OLE color: 7077594.
HSL color Cylindrical-coordinate representation of color #DAFE6B: hue angle of 74.69º 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 #DAFE6B is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 107 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.00 |
| HSL | 74.69º | 0.99% | 0.71% | - |
| HSV(B) | 74.69º | 0.58% | 1% | - |
| XYZ | 67.01 | 86.85 | 27.14 | - |
| YUV | 226.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 107 | 0.14 | 0 | 0.58 | 0.00 | 74.69 | 0.99 | 0.71 |
| Hex | DA | FE | 6B | E | 0 | 3A | 0 | 4B | 63 | 47 |
| Octal | 332 | 376 | 153 | 16 | 0 | 72 | 0 | 113 | 143 | 107 |
| Binary | 11011010 | 11111110 | 1101011 | 1110 | 0 | 111010 | 0 | 1001011 | 1100011 | 1000111 |
Color Harmonies of #DAFE6B
Complementary color
Monochromatic Colors of #DAFE6B
Black with #DAFE6B
Text Example
Text Example
White with #DAFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE6B; }
p { color: rgb(218,254,107); }
H1.HeaderClassName
{
color: #DAFE6B;
}
.AnyTagClassName
{
color: #DAFE6B;
}
</style>
background-color css
<style>
a { background-color: #DAFE6B; }
a { background-color: rgb(218,254,107); }
div.DivClassName
{
background-color: #DAFE6B;
}
.BgClassName
{
background-color: #DAFE6B;
}
</style>
border-color css
<style>
span { border-color: #DAFE6B; }
span { border-color: rgb(218,254,107); }
td.TdClassName
{
border-color: #DAFE6B;
}
.TagClassName
{
border-color: #DAFE6B;
}
</style>