Shades of Mindaro #DAFE76
Tints of Mindaro #DAFE76
RGB
CMYK
RGB Variations
Color information
#DAFE76 (or 0xDAFE76) is known color: Mindaro. HEX triplet: DA, FE and 76. RGB value is (218,254,118). Sum of RGB (Red+Green+Blue) = 218+254+118=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE76 is #250189. Grayscale: #E4E4E4. Windows color (decimal): -2425226 or 7798490. OLE color: 7798490.
HSL color Cylindrical-coordinate representation of color #DAFE76: hue angle of 75.88º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAFE76 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 118 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.00 |
| HSL | 75.88º | 0.99% | 0.73% | - |
| HSV(B) | 75.88º | 0.54% | 1% | - |
| XYZ | 67.63 | 87.1 | 30.39 | - |
| YUV | 227.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 118 | 0.14 | 0 | 0.54 | 0.00 | 75.88 | 0.99 | 0.73 |
| Hex | DA | FE | 76 | E | 0 | 36 | 0 | 4C | 63 | 49 |
| Octal | 332 | 376 | 166 | 16 | 0 | 66 | 0 | 114 | 143 | 111 |
| Binary | 11011010 | 11111110 | 1110110 | 1110 | 0 | 110110 | 0 | 1001100 | 1100011 | 1001001 |
Color Harmonies of #DAFE76
Complementary color
Monochromatic Colors of #DAFE76
Black with #DAFE76
Text Example
Text Example
White with #DAFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE76; }
p { color: rgb(218,254,118); }
H1.HeaderClassName
{
color: #DAFE76;
}
.AnyTagClassName
{
color: #DAFE76;
}
</style>
background-color css
<style>
a { background-color: #DAFE76; }
a { background-color: rgb(218,254,118); }
div.DivClassName
{
background-color: #DAFE76;
}
.BgClassName
{
background-color: #DAFE76;
}
</style>
border-color css
<style>
span { border-color: #DAFE76; }
span { border-color: rgb(218,254,118); }
td.TdClassName
{
border-color: #DAFE76;
}
.TagClassName
{
border-color: #DAFE76;
}
</style>