Shades of Mindaro #DFEF6E
Tints of Mindaro #DFEF6E
RGB
CMYK
RGB Variations
Color information
#DFEF6E (or 0xDFEF6E) is known color: Mindaro. HEX triplet: DF, EF and 6E. RGB value is (223,239,110). Sum of RGB (Red+Green+Blue) = 223+239+110=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEF6E is #201091. Grayscale: #DCDCDC. Windows color (decimal): -2101394 or 7270367. OLE color: 7270367.
HSL color Cylindrical-coordinate representation of color #DFEF6E: hue angle of 67.44º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFEF6E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 110 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.06 |
| HSL | 67.44º | 0.8% | 0.68% | - |
| HSV(B) | 67.44º | 0.54% | 0.94% | - |
| XYZ | 64.11 | 78.55 | 26.53 | - |
| YUV | 219.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 110 | 0.07 | 0 | 0.54 | 0.06 | 67.44 | 0.8 | 0.68 |
| Hex | DF | EF | 6E | 7 | 0 | 36 | 6 | 43 | 50 | 44 |
| Octal | 337 | 357 | 156 | 7 | 0 | 66 | 6 | 103 | 120 | 104 |
| Binary | 11011111 | 11101111 | 1101110 | 111 | 0 | 110110 | 110 | 1000011 | 1010000 | 1000100 |
Color Harmonies of #DFEF6E
Complementary color
Monochromatic Colors of #DFEF6E
Black with #DFEF6E
Text Example
Text Example
White with #DFEF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF6E; }
p { color: rgb(223,239,110); }
H1.HeaderClassName
{
color: #DFEF6E;
}
.AnyTagClassName
{
color: #DFEF6E;
}
</style>
background-color css
<style>
a { background-color: #DFEF6E; }
a { background-color: rgb(223,239,110); }
div.DivClassName
{
background-color: #DFEF6E;
}
.BgClassName
{
background-color: #DFEF6E;
}
</style>
border-color css
<style>
span { border-color: #DFEF6E; }
span { border-color: rgb(223,239,110); }
td.TdClassName
{
border-color: #DFEF6E;
}
.TagClassName
{
border-color: #DFEF6E;
}
</style>