Shades of Mindaro #DFFE7F
Tints of Mindaro #DFFE7F
RGB
CMYK
RGB Variations
Color information
#DFFE7F (or 0xDFFE7F) is known color: Mindaro. HEX triplet: DF, FE and 7F. RGB value is (223,254,127). Sum of RGB (Red+Green+Blue) = 223+254+127=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFE7F is #200180. Grayscale: #E6E6E6. Windows color (decimal): -2097537 or 8388319. OLE color: 8388319.
HSL color Cylindrical-coordinate representation of color #DFFE7F: hue angle of 74.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFFE7F is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 127 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.00 |
| HSL | 74.65º | 0.98% | 0.75% | - |
| HSV(B) | 74.65º | 0.5% | 1% | - |
| XYZ | 69.7 | 88.1 | 33.41 | - |
| YUV | 230.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 127 | 0.12 | 0 | 0.50 | 0.00 | 74.65 | 0.98 | 0.75 |
| Hex | DF | FE | 7F | C | 0 | 32 | 0 | 4B | 62 | 4B |
| Octal | 337 | 376 | 177 | 14 | 0 | 62 | 0 | 113 | 142 | 113 |
| Binary | 11011111 | 11111110 | 1111111 | 1100 | 0 | 110010 | 0 | 1001011 | 1100010 | 1001011 |
Color Harmonies of #DFFE7F
Complementary color
Monochromatic Colors of #DFFE7F
Black with #DFFE7F
Text Example
Text Example
White with #DFFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE7F; }
p { color: rgb(223,254,127); }
H1.HeaderClassName
{
color: #DFFE7F;
}
.AnyTagClassName
{
color: #DFFE7F;
}
</style>
background-color css
<style>
a { background-color: #DFFE7F; }
a { background-color: rgb(223,254,127); }
div.DivClassName
{
background-color: #DFFE7F;
}
.BgClassName
{
background-color: #DFFE7F;
}
</style>
border-color css
<style>
span { border-color: #DFFE7F; }
span { border-color: rgb(223,254,127); }
td.TdClassName
{
border-color: #DFFE7F;
}
.TagClassName
{
border-color: #DFFE7F;
}
</style>