Shades of Mindaro #DFF66C
Tints of Mindaro #DFF66C
RGB
CMYK
RGB Variations
Color information
#DFF66C (or 0xDFF66C) is known color: Mindaro. HEX triplet: DF, F6 and 6C. RGB value is (223,246,108). Sum of RGB (Red+Green+Blue) = 223+246+108=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF66C is #200993. Grayscale: #DFDFDF. Windows color (decimal): -2099604 or 7141087. OLE color: 7141087.
HSL color Cylindrical-coordinate representation of color #DFF66C: hue angle of 70º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFF66C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 108 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.04 |
| HSL | 70º | 0.88% | 0.69% | - |
| HSV(B) | 70º | 0.56% | 0.96% | - |
| XYZ | 66.09 | 82.68 | 26.66 | - |
| YUV | 223.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 108 | 0.09 | 0 | 0.56 | 0.04 | 70 | 0.88 | 0.69 |
| Hex | DF | F6 | 6C | 9 | 0 | 38 | 4 | 46 | 58 | 45 |
| Octal | 337 | 366 | 154 | 11 | 0 | 70 | 4 | 106 | 130 | 105 |
| Binary | 11011111 | 11110110 | 1101100 | 1001 | 0 | 111000 | 100 | 1000110 | 1011000 | 1000101 |
Color Harmonies of #DFF66C
Complementary color
Monochromatic Colors of #DFF66C
Black with #DFF66C
Text Example
Text Example
White with #DFF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF66C; }
p { color: rgb(223,246,108); }
H1.HeaderClassName
{
color: #DFF66C;
}
.AnyTagClassName
{
color: #DFF66C;
}
</style>
background-color css
<style>
a { background-color: #DFF66C; }
a { background-color: rgb(223,246,108); }
div.DivClassName
{
background-color: #DFF66C;
}
.BgClassName
{
background-color: #DFF66C;
}
</style>
border-color css
<style>
span { border-color: #DFF66C; }
span { border-color: rgb(223,246,108); }
td.TdClassName
{
border-color: #DFF66C;
}
.TagClassName
{
border-color: #DFF66C;
}
</style>