Shades of Mindaro #DFEE73
Tints of Mindaro #DFEE73
RGB
CMYK
RGB Variations
Color information
#DFEE73 (or 0xDFEE73) is known color: Mindaro. HEX triplet: DF, EE and 73. RGB value is (223,238,115). Sum of RGB (Red+Green+Blue) = 223+238+115=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEE73 is #20118C. Grayscale: #DBDBDB. Windows color (decimal): -2101645 or 7597791. OLE color: 7597791.
HSL color Cylindrical-coordinate representation of color #DFEE73: hue angle of 67.32º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFEE73 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 115 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.07 |
| HSL | 67.32º | 0.78% | 0.69% | - |
| HSV(B) | 67.32º | 0.52% | 0.93% | - |
| XYZ | 64.1 | 78.07 | 27.91 | - |
| YUV | 219.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 115 | 0.06 | 0 | 0.52 | 0.07 | 67.32 | 0.78 | 0.69 |
| Hex | DF | EE | 73 | 6 | 0 | 34 | 7 | 43 | 4E | 45 |
| Octal | 337 | 356 | 163 | 6 | 0 | 64 | 7 | 103 | 116 | 105 |
| Binary | 11011111 | 11101110 | 1110011 | 110 | 0 | 110100 | 111 | 1000011 | 1001110 | 1000101 |
Color Harmonies of #DFEE73
Complementary color
Monochromatic Colors of #DFEE73
Black with #DFEE73
Text Example
Text Example
White with #DFEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE73; }
p { color: rgb(223,238,115); }
H1.HeaderClassName
{
color: #DFEE73;
}
.AnyTagClassName
{
color: #DFEE73;
}
</style>
background-color css
<style>
a { background-color: #DFEE73; }
a { background-color: rgb(223,238,115); }
div.DivClassName
{
background-color: #DFEE73;
}
.BgClassName
{
background-color: #DFEE73;
}
</style>
border-color css
<style>
span { border-color: #DFEE73; }
span { border-color: rgb(223,238,115); }
td.TdClassName
{
border-color: #DFEE73;
}
.TagClassName
{
border-color: #DFEE73;
}
</style>