Shades of Mindaro #DFF076
Tints of Mindaro #DFF076
RGB
CMYK
RGB Variations
Color information
#DFF076 (or 0xDFF076) is known color: Mindaro. HEX triplet: DF, F0 and 76. RGB value is (223,240,118). Sum of RGB (Red+Green+Blue) = 223+240+118=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF076 is #200F89. Grayscale: #DDDDDD. Windows color (decimal): -2101130 or 7794911. OLE color: 7794911.
HSL color Cylindrical-coordinate representation of color #DFF076: hue angle of 68.36º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFF076 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 118 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.06 |
| HSL | 68.36º | 0.8% | 0.7% | - |
| HSV(B) | 68.36º | 0.51% | 0.94% | - |
| XYZ | 64.86 | 79.32 | 29.03 | - |
| YUV | 221.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 118 | 0.07 | 0 | 0.51 | 0.06 | 68.36 | 0.8 | 0.7 |
| Hex | DF | F0 | 76 | 7 | 0 | 33 | 6 | 44 | 50 | 46 |
| Octal | 337 | 360 | 166 | 7 | 0 | 63 | 6 | 104 | 120 | 106 |
| Binary | 11011111 | 11110000 | 1110110 | 111 | 0 | 110011 | 110 | 1000100 | 1010000 | 1000110 |
Color Harmonies of #DFF076
Complementary color
Monochromatic Colors of #DFF076
Black with #DFF076
Text Example
Text Example
White with #DFF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF076; }
p { color: rgb(223,240,118); }
H1.HeaderClassName
{
color: #DFF076;
}
.AnyTagClassName
{
color: #DFF076;
}
</style>
background-color css
<style>
a { background-color: #DFF076; }
a { background-color: rgb(223,240,118); }
div.DivClassName
{
background-color: #DFF076;
}
.BgClassName
{
background-color: #DFF076;
}
</style>
border-color css
<style>
span { border-color: #DFF076; }
span { border-color: rgb(223,240,118); }
td.TdClassName
{
border-color: #DFF076;
}
.TagClassName
{
border-color: #DFF076;
}
</style>