Shades of Mindaro #DFFA7D
Tints of Mindaro #DFFA7D
RGB
CMYK
RGB Variations
Color information
#DFFA7D (or 0xDFFA7D) is known color: Mindaro. HEX triplet: DF, FA and 7D. RGB value is (223,250,125). Sum of RGB (Red+Green+Blue) = 223+250+125=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFA7D is #200582. Grayscale: #E4E4E4. Windows color (decimal): -2098563 or 8256223. OLE color: 8256223.
HSL color Cylindrical-coordinate representation of color #DFFA7D: hue angle of 72.96º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFFA7D is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 125 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.02 |
| HSL | 72.96º | 0.93% | 0.74% | - |
| HSV(B) | 72.96º | 0.5% | 0.98% | - |
| XYZ | 68.32 | 85.54 | 32.31 | - |
| YUV | 227.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 125 | 0.11 | 0 | 0.50 | 0.02 | 72.96 | 0.93 | 0.74 |
| Hex | DF | FA | 7D | B | 0 | 32 | 2 | 49 | 5D | 4A |
| Octal | 337 | 372 | 175 | 13 | 0 | 62 | 2 | 111 | 135 | 112 |
| Binary | 11011111 | 11111010 | 1111101 | 1011 | 0 | 110010 | 10 | 1001001 | 1011101 | 1001010 |
Color Harmonies of #DFFA7D
Complementary color
Monochromatic Colors of #DFFA7D
Black with #DFFA7D
Text Example
Text Example
White with #DFFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFA7D; }
p { color: rgb(223,250,125); }
H1.HeaderClassName
{
color: #DFFA7D;
}
.AnyTagClassName
{
color: #DFFA7D;
}
</style>
background-color css
<style>
a { background-color: #DFFA7D; }
a { background-color: rgb(223,250,125); }
div.DivClassName
{
background-color: #DFFA7D;
}
.BgClassName
{
background-color: #DFFA7D;
}
</style>
border-color css
<style>
span { border-color: #DFFA7D; }
span { border-color: rgb(223,250,125); }
td.TdClassName
{
border-color: #DFFA7D;
}
.TagClassName
{
border-color: #DFFA7D;
}
</style>