Shades of Mindaro #DFEF80
Tints of Mindaro #DFEF80
RGB
CMYK
RGB Variations
Color information
#DFEF80 (or 0xDFEF80) is known color: Mindaro. HEX triplet: DF, EF and 80. RGB value is (223,239,128). Sum of RGB (Red+Green+Blue) = 223+239+128=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEF80 is #20107F. Grayscale: #DDDDDD. Windows color (decimal): -2101376 or 8450015. OLE color: 8450015.
HSL color Cylindrical-coordinate representation of color #DFEF80: hue angle of 68.65º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFEF80 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 128 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.06 |
| HSL | 68.65º | 0.78% | 0.72% | - |
| HSV(B) | 68.65º | 0.46% | 0.94% | - |
| XYZ | 65.19 | 78.98 | 32.23 | - |
| YUV | 221.56 | 75.2 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 128 | 0.07 | 0 | 0.46 | 0.06 | 68.65 | 0.78 | 0.72 |
| Hex | DF | EF | 80 | 7 | 0 | 2E | 6 | 45 | 4E | 48 |
| Octal | 337 | 357 | 200 | 7 | 0 | 56 | 6 | 105 | 116 | 110 |
| Binary | 11011111 | 11101111 | 10000000 | 111 | 0 | 101110 | 110 | 1000101 | 1001110 | 1001000 |
Color Harmonies of #DFEF80
Complementary color
Monochromatic Colors of #DFEF80
Black with #DFEF80
Text Example
Text Example
White with #DFEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF80; }
p { color: rgb(223,239,128); }
H1.HeaderClassName
{
color: #DFEF80;
}
.AnyTagClassName
{
color: #DFEF80;
}
</style>
background-color css
<style>
a { background-color: #DFEF80; }
a { background-color: rgb(223,239,128); }
div.DivClassName
{
background-color: #DFEF80;
}
.BgClassName
{
background-color: #DFEF80;
}
</style>
border-color css
<style>
span { border-color: #DFEF80; }
span { border-color: rgb(223,239,128); }
td.TdClassName
{
border-color: #DFEF80;
}
.TagClassName
{
border-color: #DFEF80;
}
</style>