Shades of Mindaro #DFFA64
Tints of Mindaro #DFFA64
RGB
CMYK
RGB Variations
Color information
#DFFA64 (or 0xDFFA64) is known color: Mindaro. HEX triplet: DF, FA and 64. RGB value is (223,250,100). Sum of RGB (Red+Green+Blue) = 223+250+100=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 100 (39.45% from 255 or 17.45% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFA64 is #20059B. Grayscale: #E1E1E1. Windows color (decimal): -2098588 or 6617823. OLE color: 6617823.
HSL color Cylindrical-coordinate representation of color #DFFA64: hue angle of 70.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFFA64 is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 100 | - |
| CMYK | 0.11 | 0 | 0.6 | 0.02 |
| HSL | 70.8º | 0.94% | 0.69% | - |
| HSV(B) | 70.8º | 0.6% | 0.98% | - |
| XYZ | 66.92 | 84.98 | 24.93 | - |
| YUV | 224.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 100 | 0.11 | 0 | 0.6 | 0.02 | 70.8 | 0.94 | 0.69 |
| Hex | DF | FA | 64 | B | 0 | 3C | 2 | 47 | 5E | 45 |
| Octal | 337 | 372 | 144 | 13 | 0 | 74 | 2 | 107 | 136 | 105 |
| Binary | 11011111 | 11111010 | 1100100 | 1011 | 0 | 111100 | 10 | 1000111 | 1011110 | 1000101 |
Color Harmonies of #DFFA64
Complementary color
Monochromatic Colors of #DFFA64
Black with #DFFA64
Text Example
Text Example
White with #DFFA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFA64; }
p { color: rgb(223,250,100); }
H1.HeaderClassName
{
color: #DFFA64;
}
.AnyTagClassName
{
color: #DFFA64;
}
</style>
background-color css
<style>
a { background-color: #DFFA64; }
a { background-color: rgb(223,250,100); }
div.DivClassName
{
background-color: #DFFA64;
}
.BgClassName
{
background-color: #DFFA64;
}
</style>
border-color css
<style>
span { border-color: #DFFA64; }
span { border-color: rgb(223,250,100); }
td.TdClassName
{
border-color: #DFFA64;
}
.TagClassName
{
border-color: #DFFA64;
}
</style>