Shades of Mindaro #DFEC83
Tints of Mindaro #DFEC83
RGB
CMYK
RGB Variations
Color information
#DFEC83 (or 0xDFEC83) is known color: Mindaro. HEX triplet: DF, EC and 83. RGB value is (223,236,131). Sum of RGB (Red+Green+Blue) = 223+236+131=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEC83 is #20137C. Grayscale: #DCDCDC. Windows color (decimal): -2102141 or 8645855. OLE color: 8645855.
HSL color Cylindrical-coordinate representation of color #DFEC83: hue angle of 67.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFEC83 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 131 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.07 |
| HSL | 67.43º | 0.73% | 0.72% | - |
| HSV(B) | 67.43º | 0.44% | 0.93% | - |
| XYZ | 64.52 | 77.32 | 33 | - |
| YUV | 220.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 131 | 0.06 | 0 | 0.44 | 0.07 | 67.43 | 0.73 | 0.72 |
| Hex | DF | EC | 83 | 6 | 0 | 2C | 7 | 43 | 49 | 48 |
| Octal | 337 | 354 | 203 | 6 | 0 | 54 | 7 | 103 | 111 | 110 |
| Binary | 11011111 | 11101100 | 10000011 | 110 | 0 | 101100 | 111 | 1000011 | 1001001 | 1001000 |
Color Harmonies of #DFEC83
Complementary color
Monochromatic Colors of #DFEC83
Black with #DFEC83
Text Example
Text Example
White with #DFEC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC83; }
p { color: rgb(223,236,131); }
H1.HeaderClassName
{
color: #DFEC83;
}
.AnyTagClassName
{
color: #DFEC83;
}
</style>
background-color css
<style>
a { background-color: #DFEC83; }
a { background-color: rgb(223,236,131); }
div.DivClassName
{
background-color: #DFEC83;
}
.BgClassName
{
background-color: #DFEC83;
}
</style>
border-color css
<style>
span { border-color: #DFEC83; }
span { border-color: rgb(223,236,131); }
td.TdClassName
{
border-color: #DFEC83;
}
.TagClassName
{
border-color: #DFEC83;
}
</style>