Shades of Mindaro #DFE968
Tints of Mindaro #DFE968
RGB
CMYK
RGB Variations
Color information
#DFE968 (or 0xDFE968) is known color: Mindaro. HEX triplet: DF, E9 and 68. RGB value is (223,233,104). Sum of RGB (Red+Green+Blue) = 223+233+104=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE968 is #201697. Grayscale: #D7D7D7. Windows color (decimal): -2102936 or 6875615. OLE color: 6875615.
HSL color Cylindrical-coordinate representation of color #DFE968: hue angle of 64.65º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFE968 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 104 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.09 |
| HSL | 64.65º | 0.75% | 0.66% | - |
| HSV(B) | 64.65º | 0.55% | 0.91% | - |
| XYZ | 62.07 | 74.97 | 24.3 | - |
| YUV | 215.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 104 | 0.04 | 0 | 0.55 | 0.09 | 64.65 | 0.75 | 0.66 |
| Hex | DF | E9 | 68 | 4 | 0 | 37 | 9 | 41 | 4B | 42 |
| Octal | 337 | 351 | 150 | 4 | 0 | 67 | 11 | 101 | 113 | 102 |
| Binary | 11011111 | 11101001 | 1101000 | 100 | 0 | 110111 | 1001 | 1000001 | 1001011 | 1000010 |
Color Harmonies of #DFE968
Complementary color
Monochromatic Colors of #DFE968
Black with #DFE968
Text Example
Text Example
White with #DFE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE968; }
p { color: rgb(223,233,104); }
H1.HeaderClassName
{
color: #DFE968;
}
.AnyTagClassName
{
color: #DFE968;
}
</style>
background-color css
<style>
a { background-color: #DFE968; }
a { background-color: rgb(223,233,104); }
div.DivClassName
{
background-color: #DFE968;
}
.BgClassName
{
background-color: #DFE968;
}
</style>
border-color css
<style>
span { border-color: #DFE968; }
span { border-color: rgb(223,233,104); }
td.TdClassName
{
border-color: #DFE968;
}
.TagClassName
{
border-color: #DFE968;
}
</style>