Shades of Mindaro #DFF680
Tints of Mindaro #DFF680
RGB
CMYK
RGB Variations
Color information
#DFF680 (or 0xDFF680) is known color: Mindaro. HEX triplet: DF, F6 and 80. RGB value is (223,246,128). Sum of RGB (Red+Green+Blue) = 223+246+128=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF680 is #20097F. Grayscale: #E2E2E2. Windows color (decimal): -2099584 or 8451807. OLE color: 8451807.
HSL color Cylindrical-coordinate representation of color #DFF680: hue angle of 71.69º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFF680 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 128 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.04 |
| HSL | 71.69º | 0.87% | 0.73% | - |
| HSV(B) | 71.69º | 0.48% | 0.96% | - |
| XYZ | 67.28 | 83.16 | 32.93 | - |
| YUV | 225.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 128 | 0.09 | 0 | 0.48 | 0.04 | 71.69 | 0.87 | 0.73 |
| Hex | DF | F6 | 80 | 9 | 0 | 30 | 4 | 48 | 57 | 49 |
| Octal | 337 | 366 | 200 | 11 | 0 | 60 | 4 | 110 | 127 | 111 |
| Binary | 11011111 | 11110110 | 10000000 | 1001 | 0 | 110000 | 100 | 1001000 | 1010111 | 1001001 |
Color Harmonies of #DFF680
Complementary color
Monochromatic Colors of #DFF680
Black with #DFF680
Text Example
Text Example
White with #DFF680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF680; }
p { color: rgb(223,246,128); }
H1.HeaderClassName
{
color: #DFF680;
}
.AnyTagClassName
{
color: #DFF680;
}
</style>
background-color css
<style>
a { background-color: #DFF680; }
a { background-color: rgb(223,246,128); }
div.DivClassName
{
background-color: #DFF680;
}
.BgClassName
{
background-color: #DFF680;
}
</style>
border-color css
<style>
span { border-color: #DFF680; }
span { border-color: rgb(223,246,128); }
td.TdClassName
{
border-color: #DFF680;
}
.TagClassName
{
border-color: #DFF680;
}
</style>