Shades of Mindaro #DAFE7D
Tints of Mindaro #DAFE7D
RGB
CMYK
RGB Variations
Color information
#DAFE7D (or 0xDAFE7D) is known color: Mindaro. HEX triplet: DA, FE and 7D. RGB value is (218,254,125). Sum of RGB (Red+Green+Blue) = 218+254+125=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE7D is #250182. Grayscale: #E5E5E5. Windows color (decimal): -2425219 or 8257242. OLE color: 8257242.
HSL color Cylindrical-coordinate representation of color #DAFE7D: hue angle of 76.74º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAFE7D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 125 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.00 |
| HSL | 76.74º | 0.98% | 0.74% | - |
| HSV(B) | 76.74º | 0.51% | 1% | - |
| XYZ | 68.06 | 87.27 | 32.66 | - |
| YUV | 228.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 125 | 0.14 | 0 | 0.51 | 0.00 | 76.74 | 0.98 | 0.74 |
| Hex | DA | FE | 7D | E | 0 | 33 | 0 | 4D | 62 | 4A |
| Octal | 332 | 376 | 175 | 16 | 0 | 63 | 0 | 115 | 142 | 112 |
| Binary | 11011010 | 11111110 | 1111101 | 1110 | 0 | 110011 | 0 | 1001101 | 1100010 | 1001010 |
Color Harmonies of #DAFE7D
Complementary color
Monochromatic Colors of #DAFE7D
Black with #DAFE7D
Text Example
Text Example
White with #DAFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE7D; }
p { color: rgb(218,254,125); }
H1.HeaderClassName
{
color: #DAFE7D;
}
.AnyTagClassName
{
color: #DAFE7D;
}
</style>
background-color css
<style>
a { background-color: #DAFE7D; }
a { background-color: rgb(218,254,125); }
div.DivClassName
{
background-color: #DAFE7D;
}
.BgClassName
{
background-color: #DAFE7D;
}
</style>
border-color css
<style>
span { border-color: #DAFE7D; }
span { border-color: rgb(218,254,125); }
td.TdClassName
{
border-color: #DAFE7D;
}
.TagClassName
{
border-color: #DAFE7D;
}
</style>