Shades of Mindaro #DFEE6E
Tints of Mindaro #DFEE6E
RGB
CMYK
RGB Variations
Color information
#DFEE6E (or 0xDFEE6E) is known color: Mindaro. HEX triplet: DF, EE and 6E. RGB value is (223,238,110). Sum of RGB (Red+Green+Blue) = 223+238+110=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEE6E is #201191. Grayscale: #DBDBDB. Windows color (decimal): -2101650 or 7270111. OLE color: 7270111.
HSL color Cylindrical-coordinate representation of color #DFEE6E: hue angle of 67.03º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFEE6E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 110 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.07 |
| HSL | 67.03º | 0.79% | 0.68% | - |
| HSV(B) | 67.03º | 0.54% | 0.93% | - |
| XYZ | 63.82 | 77.96 | 26.44 | - |
| YUV | 218.92 | 66.53 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 110 | 0.06 | 0 | 0.54 | 0.07 | 67.03 | 0.79 | 0.68 |
| Hex | DF | EE | 6E | 6 | 0 | 36 | 7 | 43 | 4F | 44 |
| Octal | 337 | 356 | 156 | 6 | 0 | 66 | 7 | 103 | 117 | 104 |
| Binary | 11011111 | 11101110 | 1101110 | 110 | 0 | 110110 | 111 | 1000011 | 1001111 | 1000100 |
Color Harmonies of #DFEE6E
Complementary color
Monochromatic Colors of #DFEE6E
Black with #DFEE6E
Text Example
Text Example
White with #DFEE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE6E; }
p { color: rgb(223,238,110); }
H1.HeaderClassName
{
color: #DFEE6E;
}
.AnyTagClassName
{
color: #DFEE6E;
}
</style>
background-color css
<style>
a { background-color: #DFEE6E; }
a { background-color: rgb(223,238,110); }
div.DivClassName
{
background-color: #DFEE6E;
}
.BgClassName
{
background-color: #DFEE6E;
}
</style>
border-color css
<style>
span { border-color: #DFEE6E; }
span { border-color: rgb(223,238,110); }
td.TdClassName
{
border-color: #DFEE6E;
}
.TagClassName
{
border-color: #DFEE6E;
}
</style>