Shades of Mindaro #DFF06F
Tints of Mindaro #DFF06F
RGB
CMYK
RGB Variations
Color information
#DFF06F (or 0xDFF06F) is known color: Mindaro. HEX triplet: DF, F0 and 6F. RGB value is (223,240,111). Sum of RGB (Red+Green+Blue) = 223+240+111=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF06F is #200F90. Grayscale: #DCDCDC. Windows color (decimal): -2101137 or 7336159. OLE color: 7336159.
HSL color Cylindrical-coordinate representation of color #DFF06F: hue angle of 67.91º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFF06F is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 111 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.06 |
| HSL | 67.91º | 0.81% | 0.69% | - |
| HSV(B) | 67.91º | 0.54% | 0.94% | - |
| XYZ | 64.46 | 79.16 | 26.92 | - |
| YUV | 220.21 | 66.37 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 111 | 0.07 | 0 | 0.54 | 0.06 | 67.91 | 0.81 | 0.69 |
| Hex | DF | F0 | 6F | 7 | 0 | 36 | 6 | 44 | 51 | 45 |
| Octal | 337 | 360 | 157 | 7 | 0 | 66 | 6 | 104 | 121 | 105 |
| Binary | 11011111 | 11110000 | 1101111 | 111 | 0 | 110110 | 110 | 1000100 | 1010001 | 1000101 |
Color Harmonies of #DFF06F
Complementary color
Monochromatic Colors of #DFF06F
Black with #DFF06F
Text Example
Text Example
White with #DFF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF06F; }
p { color: rgb(223,240,111); }
H1.HeaderClassName
{
color: #DFF06F;
}
.AnyTagClassName
{
color: #DFF06F;
}
</style>
background-color css
<style>
a { background-color: #DFF06F; }
a { background-color: rgb(223,240,111); }
div.DivClassName
{
background-color: #DFF06F;
}
.BgClassName
{
background-color: #DFF06F;
}
</style>
border-color css
<style>
span { border-color: #DFF06F; }
span { border-color: rgb(223,240,111); }
td.TdClassName
{
border-color: #DFF06F;
}
.TagClassName
{
border-color: #DFF06F;
}
</style>