Shades of Mindaro #DFFF7E
Tints of Mindaro #DFFF7E
RGB
CMYK
RGB Variations
Color information
#DFFF7E (or 0xDFFF7E) is known color: Mindaro. HEX triplet: DF, FF and 7E. RGB value is (223,255,126). Sum of RGB (Red+Green+Blue) = 223+255+126=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF7E is #200081. Grayscale: #E7E7E7. Windows color (decimal): -2097282 or 8323039. OLE color: 8323039.
HSL color Cylindrical-coordinate representation of color #DFFF7E: hue angle of 74.88º 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 #DFFF7E is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 126 | - |
| CMYK | 0.13 | 0 | 0.51 | 0 |
| HSL | 74.88º | 1% | 0.75% | - |
| HSV(B) | 74.88º | 0.51% | 1% | - |
| XYZ | 69.96 | 88.71 | 33.18 | - |
| YUV | 230.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 126 | 0.13 | 0 | 0.51 | 0 | 74.88 | 1 | 0.75 |
| Hex | DF | FF | 7E | D | 0 | 33 | 0 | 4B | 64 | 4B |
| Octal | 337 | 377 | 176 | 15 | 0 | 63 | 0 | 113 | 144 | 113 |
| Binary | 11011111 | 11111111 | 1111110 | 1101 | 0 | 110011 | 0 | 1001011 | 1100100 | 1001011 |
Color Harmonies of #DFFF7E
Complementary color
Monochromatic Colors of #DFFF7E
Black with #DFFF7E
Text Example
Text Example
White with #DFFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF7E; }
p { color: rgb(223,255,126); }
H1.HeaderClassName
{
color: #DFFF7E;
}
.AnyTagClassName
{
color: #DFFF7E;
}
</style>
background-color css
<style>
a { background-color: #DFFF7E; }
a { background-color: rgb(223,255,126); }
div.DivClassName
{
background-color: #DFFF7E;
}
.BgClassName
{
background-color: #DFFF7E;
}
</style>
border-color css
<style>
span { border-color: #DFFF7E; }
span { border-color: rgb(223,255,126); }
td.TdClassName
{
border-color: #DFFF7E;
}
.TagClassName
{
border-color: #DFFF7E;
}
</style>