Shades of Mindaro #DFE96E
Tints of Mindaro #DFE96E
RGB
CMYK
RGB Variations
Color information
#DFE96E (or 0xDFE96E) is known color: Mindaro. HEX triplet: DF, E9 and 6E. RGB value is (223,233,110). Sum of RGB (Red+Green+Blue) = 223+233+110=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE96E is #201691. Grayscale: #D8D8D8. Windows color (decimal): -2102930 or 7268831. OLE color: 7268831.
HSL color Cylindrical-coordinate representation of color #DFE96E: hue angle of 64.88º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFE96E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 110 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.09 |
| HSL | 64.88º | 0.74% | 0.67% | - |
| HSV(B) | 64.88º | 0.53% | 0.91% | - |
| XYZ | 62.38 | 75.09 | 25.96 | - |
| YUV | 215.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 110 | 0.04 | 0 | 0.53 | 0.09 | 64.88 | 0.74 | 0.67 |
| Hex | DF | E9 | 6E | 4 | 0 | 35 | 9 | 41 | 4A | 43 |
| Octal | 337 | 351 | 156 | 4 | 0 | 65 | 11 | 101 | 112 | 103 |
| Binary | 11011111 | 11101001 | 1101110 | 100 | 0 | 110101 | 1001 | 1000001 | 1001010 | 1000011 |
Color Harmonies of #DFE96E
Complementary color
Monochromatic Colors of #DFE96E
Black with #DFE96E
Text Example
Text Example
White with #DFE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE96E; }
p { color: rgb(223,233,110); }
H1.HeaderClassName
{
color: #DFE96E;
}
.AnyTagClassName
{
color: #DFE96E;
}
</style>
background-color css
<style>
a { background-color: #DFE96E; }
a { background-color: rgb(223,233,110); }
div.DivClassName
{
background-color: #DFE96E;
}
.BgClassName
{
background-color: #DFE96E;
}
</style>
border-color css
<style>
span { border-color: #DFE96E; }
span { border-color: rgb(223,233,110); }
td.TdClassName
{
border-color: #DFE96E;
}
.TagClassName
{
border-color: #DFE96E;
}
</style>