Shades of Mindaro #DFFC7A
Tints of Mindaro #DFFC7A
RGB
CMYK
RGB Variations
Color information
#DFFC7A (or 0xDFFC7A) is known color: Mindaro. HEX triplet: DF, FC and 7A. RGB value is (223,252,122). Sum of RGB (Red+Green+Blue) = 223+252+122=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC7A is #200385. Grayscale: #E4E4E4. Windows color (decimal): -2098054 or 8060127. OLE color: 8060127.
HSL color Cylindrical-coordinate representation of color #DFFC7A: hue angle of 73.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFFC7A is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 122 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.01 |
| HSL | 73.38º | 0.96% | 0.73% | - |
| HSV(B) | 73.38º | 0.52% | 0.99% | - |
| XYZ | 68.75 | 86.71 | 31.53 | - |
| YUV | 228.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 122 | 0.12 | 0 | 0.52 | 0.01 | 73.38 | 0.96 | 0.73 |
| Hex | DF | FC | 7A | C | 0 | 34 | 1 | 49 | 60 | 49 |
| Octal | 337 | 374 | 172 | 14 | 0 | 64 | 1 | 111 | 140 | 111 |
| Binary | 11011111 | 11111100 | 1111010 | 1100 | 0 | 110100 | 1 | 1001001 | 1100000 | 1001001 |
Color Harmonies of #DFFC7A
Complementary color
Monochromatic Colors of #DFFC7A
Black with #DFFC7A
Text Example
Text Example
White with #DFFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC7A; }
p { color: rgb(223,252,122); }
H1.HeaderClassName
{
color: #DFFC7A;
}
.AnyTagClassName
{
color: #DFFC7A;
}
</style>
background-color css
<style>
a { background-color: #DFFC7A; }
a { background-color: rgb(223,252,122); }
div.DivClassName
{
background-color: #DFFC7A;
}
.BgClassName
{
background-color: #DFFC7A;
}
</style>
border-color css
<style>
span { border-color: #DFFC7A; }
span { border-color: rgb(223,252,122); }
td.TdClassName
{
border-color: #DFFC7A;
}
.TagClassName
{
border-color: #DFFC7A;
}
</style>