Shades of Mindaro #DFFA7A
Tints of Mindaro #DFFA7A
RGB
CMYK
RGB Variations
Color information
#DFFA7A (or 0xDFFA7A) is known color: Mindaro. HEX triplet: DF, FA and 7A. RGB value is (223,250,122). Sum of RGB (Red+Green+Blue) = 223+250+122=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFA7A is #200585. Grayscale: #E3E3E3. Windows color (decimal): -2098566 or 8059615. OLE color: 8059615.
HSL color Cylindrical-coordinate representation of color #DFFA7A: hue angle of 72.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFFA7A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 122 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.02 |
| HSL | 72.66º | 0.93% | 0.73% | - |
| HSV(B) | 72.66º | 0.51% | 0.98% | - |
| XYZ | 68.13 | 85.46 | 31.32 | - |
| YUV | 227.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 122 | 0.11 | 0 | 0.51 | 0.02 | 72.66 | 0.93 | 0.73 |
| Hex | DF | FA | 7A | B | 0 | 33 | 2 | 49 | 5D | 49 |
| Octal | 337 | 372 | 172 | 13 | 0 | 63 | 2 | 111 | 135 | 111 |
| Binary | 11011111 | 11111010 | 1111010 | 1011 | 0 | 110011 | 10 | 1001001 | 1011101 | 1001001 |
Color Harmonies of #DFFA7A
Complementary color
Monochromatic Colors of #DFFA7A
Black with #DFFA7A
Text Example
Text Example
White with #DFFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFA7A; }
p { color: rgb(223,250,122); }
H1.HeaderClassName
{
color: #DFFA7A;
}
.AnyTagClassName
{
color: #DFFA7A;
}
</style>
background-color css
<style>
a { background-color: #DFFA7A; }
a { background-color: rgb(223,250,122); }
div.DivClassName
{
background-color: #DFFA7A;
}
.BgClassName
{
background-color: #DFFA7A;
}
</style>
border-color css
<style>
span { border-color: #DFFA7A; }
span { border-color: rgb(223,250,122); }
td.TdClassName
{
border-color: #DFFA7A;
}
.TagClassName
{
border-color: #DFFA7A;
}
</style>