Shades of Mindaro #DAFF76
Tints of Mindaro #DAFF76
RGB
CMYK
RGB Variations
Color information
#DAFF76 (or 0xDAFF76) is known color: Mindaro. HEX triplet: DA, FF and 76. RGB value is (218,255,118). Sum of RGB (Red+Green+Blue) = 218+255+118=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF76 is #250089. Grayscale: #E4E4E4. Windows color (decimal): -2424970 or 7798746. OLE color: 7798746.
HSL color Cylindrical-coordinate representation of color #DAFF76: hue angle of 76.2º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAFF76 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 118 | - |
| CMYK | 0.15 | 0 | 0.54 | 0 |
| HSL | 76.2º | 1% | 0.73% | - |
| HSV(B) | 76.2º | 0.54% | 1% | - |
| XYZ | 67.94 | 87.73 | 30.49 | - |
| YUV | 228.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 118 | 0.15 | 0 | 0.54 | 0 | 76.2 | 1 | 0.73 |
| Hex | DA | FF | 76 | F | 0 | 36 | 0 | 4C | 64 | 49 |
| Octal | 332 | 377 | 166 | 17 | 0 | 66 | 0 | 114 | 144 | 111 |
| Binary | 11011010 | 11111111 | 1110110 | 1111 | 0 | 110110 | 0 | 1001100 | 1100100 | 1001001 |
Color Harmonies of #DAFF76
Complementary color
Monochromatic Colors of #DAFF76
Black with #DAFF76
Text Example
Text Example
White with #DAFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF76; }
p { color: rgb(218,255,118); }
H1.HeaderClassName
{
color: #DAFF76;
}
.AnyTagClassName
{
color: #DAFF76;
}
</style>
background-color css
<style>
a { background-color: #DAFF76; }
a { background-color: rgb(218,255,118); }
div.DivClassName
{
background-color: #DAFF76;
}
.BgClassName
{
background-color: #DAFF76;
}
</style>
border-color css
<style>
span { border-color: #DAFF76; }
span { border-color: rgb(218,255,118); }
td.TdClassName
{
border-color: #DAFF76;
}
.TagClassName
{
border-color: #DAFF76;
}
</style>