Shades of Mindaro #DAFF7D
Tints of Mindaro #DAFF7D
RGB
CMYK
RGB Variations
Color information
#DAFF7D (or 0xDAFF7D) is known color: Mindaro. HEX triplet: DA, FF and 7D. RGB value is (218,255,125). Sum of RGB (Red+Green+Blue) = 218+255+125=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF7D is #250082. Grayscale: #E5E5E5. Windows color (decimal): -2424963 or 8257498. OLE color: 8257498.
HSL color Cylindrical-coordinate representation of color #DAFF7D: hue angle of 77.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAFF7D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 125 | - |
| CMYK | 0.15 | 0 | 0.51 | 0 |
| HSL | 77.08º | 1% | 0.75% | - |
| HSV(B) | 77.08º | 0.51% | 1% | - |
| XYZ | 68.38 | 87.91 | 32.77 | - |
| YUV | 229.12 | 69.24 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 125 | 0.15 | 0 | 0.51 | 0 | 77.08 | 1 | 0.75 |
| Hex | DA | FF | 7D | F | 0 | 33 | 0 | 4D | 64 | 4B |
| Octal | 332 | 377 | 175 | 17 | 0 | 63 | 0 | 115 | 144 | 113 |
| Binary | 11011010 | 11111111 | 1111101 | 1111 | 0 | 110011 | 0 | 1001101 | 1100100 | 1001011 |
Color Harmonies of #DAFF7D
Complementary color
Monochromatic Colors of #DAFF7D
Black with #DAFF7D
Text Example
Text Example
White with #DAFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF7D; }
p { color: rgb(218,255,125); }
H1.HeaderClassName
{
color: #DAFF7D;
}
.AnyTagClassName
{
color: #DAFF7D;
}
</style>
background-color css
<style>
a { background-color: #DAFF7D; }
a { background-color: rgb(218,255,125); }
div.DivClassName
{
background-color: #DAFF7D;
}
.BgClassName
{
background-color: #DAFF7D;
}
</style>
border-color css
<style>
span { border-color: #DAFF7D; }
span { border-color: rgb(218,255,125); }
td.TdClassName
{
border-color: #DAFF7D;
}
.TagClassName
{
border-color: #DAFF7D;
}
</style>