Shades of Mindaro #DFE775
Tints of Mindaro #DFE775
RGB
CMYK
RGB Variations
Color information
#DFE775 (or 0xDFE775) is known color: Mindaro. HEX triplet: DF, E7 and 75. RGB value is (223,231,117). Sum of RGB (Red+Green+Blue) = 223+231+117=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE775 is #20188A. Grayscale: #D8D8D8. Windows color (decimal): -2103435 or 7727071. OLE color: 7727071.
HSL color Cylindrical-coordinate representation of color #DFE775: hue angle of 64.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFE775 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 117 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.09 |
| HSL | 64.21º | 0.7% | 0.68% | - |
| HSV(B) | 64.21º | 0.49% | 0.91% | - |
| XYZ | 62.22 | 74.12 | 27.86 | - |
| YUV | 215.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 117 | 0.03 | 0 | 0.49 | 0.09 | 64.21 | 0.7 | 0.68 |
| Hex | DF | E7 | 75 | 3 | 0 | 31 | 9 | 40 | 46 | 44 |
| Octal | 337 | 347 | 165 | 3 | 0 | 61 | 11 | 100 | 106 | 104 |
| Binary | 11011111 | 11100111 | 1110101 | 11 | 0 | 110001 | 1001 | 1000000 | 1000110 | 1000100 |
Color Harmonies of #DFE775
Complementary color
Monochromatic Colors of #DFE775
Black with #DFE775
Text Example
Text Example
White with #DFE775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE775; }
p { color: rgb(223,231,117); }
H1.HeaderClassName
{
color: #DFE775;
}
.AnyTagClassName
{
color: #DFE775;
}
</style>
background-color css
<style>
a { background-color: #DFE775; }
a { background-color: rgb(223,231,117); }
div.DivClassName
{
background-color: #DFE775;
}
.BgClassName
{
background-color: #DFE775;
}
</style>
border-color css
<style>
span { border-color: #DFE775; }
span { border-color: rgb(223,231,117); }
td.TdClassName
{
border-color: #DFE775;
}
.TagClassName
{
border-color: #DFE775;
}
</style>