Shades of Mindaro #DFFF6F
Tints of Mindaro #DFFF6F
RGB
CMYK
RGB Variations
Color information
#DFFF6F (or 0xDFFF6F) is known color: Mindaro. HEX triplet: DF, FF and 6F. RGB value is (223,255,111). Sum of RGB (Red+Green+Blue) = 223+255+111=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF6F is #200090. Grayscale: #E5E5E5. Windows color (decimal): -2097297 or 7339999. OLE color: 7339999.
HSL color Cylindrical-coordinate representation of color #DFFF6F: hue angle of 73.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFFF6F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 111 | - |
| CMYK | 0.13 | 0 | 0.56 | 0 |
| HSL | 73.33º | 1% | 0.72% | - |
| HSV(B) | 73.33º | 0.56% | 1% | - |
| XYZ | 69.06 | 88.36 | 28.45 | - |
| YUV | 229.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 111 | 0.13 | 0 | 0.56 | 0 | 73.33 | 1 | 0.72 |
| Hex | DF | FF | 6F | D | 0 | 38 | 0 | 49 | 64 | 48 |
| Octal | 337 | 377 | 157 | 15 | 0 | 70 | 0 | 111 | 144 | 110 |
| Binary | 11011111 | 11111111 | 1101111 | 1101 | 0 | 111000 | 0 | 1001001 | 1100100 | 1001000 |
Color Harmonies of #DFFF6F
Complementary color
Monochromatic Colors of #DFFF6F
Black with #DFFF6F
Text Example
Text Example
White with #DFFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF6F; }
p { color: rgb(223,255,111); }
H1.HeaderClassName
{
color: #DFFF6F;
}
.AnyTagClassName
{
color: #DFFF6F;
}
</style>
background-color css
<style>
a { background-color: #DFFF6F; }
a { background-color: rgb(223,255,111); }
div.DivClassName
{
background-color: #DFFF6F;
}
.BgClassName
{
background-color: #DFFF6F;
}
</style>
border-color css
<style>
span { border-color: #DFFF6F; }
span { border-color: rgb(223,255,111); }
td.TdClassName
{
border-color: #DFFF6F;
}
.TagClassName
{
border-color: #DFFF6F;
}
</style>