Shades of Mindaro #DFFC7E
Tints of Mindaro #DFFC7E
RGB
CMYK
RGB Variations
Color information
#DFFC7E (or 0xDFFC7E) is known color: Mindaro. HEX triplet: DF, FC and 7E. RGB value is (223,252,126). Sum of RGB (Red+Green+Blue) = 223+252+126=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC7E is #200381. Grayscale: #E5E5E5. Windows color (decimal): -2098050 or 8322271. OLE color: 8322271.
HSL color Cylindrical-coordinate representation of color #DFFC7E: hue angle of 73.81º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFFC7E is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 126 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.01 |
| HSL | 73.81º | 0.95% | 0.74% | - |
| HSV(B) | 73.81º | 0.5% | 0.99% | - |
| XYZ | 69.01 | 86.82 | 32.86 | - |
| YUV | 228.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 126 | 0.12 | 0 | 0.5 | 0.01 | 73.81 | 0.95 | 0.74 |
| Hex | DF | FC | 7E | C | 0 | 32 | 1 | 4A | 5F | 4A |
| Octal | 337 | 374 | 176 | 14 | 0 | 62 | 1 | 112 | 137 | 112 |
| Binary | 11011111 | 11111100 | 1111110 | 1100 | 0 | 110010 | 1 | 1001010 | 1011111 | 1001010 |
Color Harmonies of #DFFC7E
Complementary color
Monochromatic Colors of #DFFC7E
Black with #DFFC7E
Text Example
Text Example
White with #DFFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC7E; }
p { color: rgb(223,252,126); }
H1.HeaderClassName
{
color: #DFFC7E;
}
.AnyTagClassName
{
color: #DFFC7E;
}
</style>
background-color css
<style>
a { background-color: #DFFC7E; }
a { background-color: rgb(223,252,126); }
div.DivClassName
{
background-color: #DFFC7E;
}
.BgClassName
{
background-color: #DFFC7E;
}
</style>
border-color css
<style>
span { border-color: #DFFC7E; }
span { border-color: rgb(223,252,126); }
td.TdClassName
{
border-color: #DFFC7E;
}
.TagClassName
{
border-color: #DFFC7E;
}
</style>