Shades of Mindaro #DFFE70
Tints of Mindaro #DFFE70
RGB
CMYK
RGB Variations
Color information
#DFFE70 (or 0xDFFE70) is known color: Mindaro. HEX triplet: DF, FE and 70. RGB value is (223,254,112). Sum of RGB (Red+Green+Blue) = 223+254+112=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFE70 is #20018F. Grayscale: #E5E5E5. Windows color (decimal): -2097552 or 7405279. OLE color: 7405279.
HSL color Cylindrical-coordinate representation of color #DFFE70: hue angle of 73.1º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFFE70 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 112 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.00 |
| HSL | 73.1º | 0.99% | 0.72% | - |
| HSV(B) | 73.1º | 0.56% | 1% | - |
| XYZ | 68.8 | 87.74 | 28.64 | - |
| YUV | 228.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 112 | 0.12 | 0 | 0.56 | 0.00 | 73.1 | 0.99 | 0.72 |
| Hex | DF | FE | 70 | C | 0 | 38 | 0 | 49 | 63 | 48 |
| Octal | 337 | 376 | 160 | 14 | 0 | 70 | 0 | 111 | 143 | 110 |
| Binary | 11011111 | 11111110 | 1110000 | 1100 | 0 | 111000 | 0 | 1001001 | 1100011 | 1001000 |
Color Harmonies of #DFFE70
Complementary color
Monochromatic Colors of #DFFE70
Black with #DFFE70
Text Example
Text Example
White with #DFFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE70; }
p { color: rgb(223,254,112); }
H1.HeaderClassName
{
color: #DFFE70;
}
.AnyTagClassName
{
color: #DFFE70;
}
</style>
background-color css
<style>
a { background-color: #DFFE70; }
a { background-color: rgb(223,254,112); }
div.DivClassName
{
background-color: #DFFE70;
}
.BgClassName
{
background-color: #DFFE70;
}
</style>
border-color css
<style>
span { border-color: #DFFE70; }
span { border-color: rgb(223,254,112); }
td.TdClassName
{
border-color: #DFFE70;
}
.TagClassName
{
border-color: #DFFE70;
}
</style>