Shades of Mindaro #DFFE7D
Tints of Mindaro #DFFE7D
RGB
CMYK
RGB Variations
Color information
#DFFE7D (or 0xDFFE7D) is known color: Mindaro. HEX triplet: DF, FE and 7D. RGB value is (223,254,125). Sum of RGB (Red+Green+Blue) = 223+254+125=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFE7D is #200182. Grayscale: #E6E6E6. Windows color (decimal): -2097539 or 8257247. OLE color: 8257247.
HSL color Cylindrical-coordinate representation of color #DFFE7D: hue angle of 74.42º 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 #DFFE7D is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 125 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.00 |
| HSL | 74.42º | 0.98% | 0.74% | - |
| HSV(B) | 74.42º | 0.51% | 1% | - |
| XYZ | 69.57 | 88.05 | 32.73 | - |
| YUV | 230.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 125 | 0.12 | 0 | 0.51 | 0.00 | 74.42 | 0.98 | 0.74 |
| Hex | DF | FE | 7D | C | 0 | 33 | 0 | 4A | 62 | 4A |
| Octal | 337 | 376 | 175 | 14 | 0 | 63 | 0 | 112 | 142 | 112 |
| Binary | 11011111 | 11111110 | 1111101 | 1100 | 0 | 110011 | 0 | 1001010 | 1100010 | 1001010 |
Color Harmonies of #DFFE7D
Complementary color
Monochromatic Colors of #DFFE7D
Black with #DFFE7D
Text Example
Text Example
White with #DFFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE7D; }
p { color: rgb(223,254,125); }
H1.HeaderClassName
{
color: #DFFE7D;
}
.AnyTagClassName
{
color: #DFFE7D;
}
</style>
background-color css
<style>
a { background-color: #DFFE7D; }
a { background-color: rgb(223,254,125); }
div.DivClassName
{
background-color: #DFFE7D;
}
.BgClassName
{
background-color: #DFFE7D;
}
</style>
border-color css
<style>
span { border-color: #DFFE7D; }
span { border-color: rgb(223,254,125); }
td.TdClassName
{
border-color: #DFFE7D;
}
.TagClassName
{
border-color: #DFFE7D;
}
</style>