Shades of Mindaro #DFFF80
Tints of Mindaro #DFFF80
RGB
CMYK
RGB Variations
Color information
#DFFF80 (or 0xDFFF80) is known color: Mindaro. HEX triplet: DF, FF and 80. RGB value is (223,255,128). Sum of RGB (Red+Green+Blue) = 223+255+128=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFF80 is #20007F. Grayscale: #E7E7E7. Windows color (decimal): -2097280 or 8454111. OLE color: 8454111.
HSL color Cylindrical-coordinate representation of color #DFFF80: hue angle of 75.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFFF80 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 128 | - |
| CMYK | 0.13 | 0 | 0.50 | 0 |
| HSL | 75.12º | 1% | 0.75% | - |
| HSV(B) | 75.12º | 0.5% | 1% | - |
| XYZ | 70.09 | 88.77 | 33.86 | - |
| YUV | 230.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 128 | 0.13 | 0 | 0.50 | 0 | 75.12 | 1 | 0.75 |
| Hex | DF | FF | 80 | D | 0 | 32 | 0 | 4B | 64 | 4B |
| Octal | 337 | 377 | 200 | 15 | 0 | 62 | 0 | 113 | 144 | 113 |
| Binary | 11011111 | 11111111 | 10000000 | 1101 | 0 | 110010 | 0 | 1001011 | 1100100 | 1001011 |
Color Harmonies of #DFFF80
Complementary color
Monochromatic Colors of #DFFF80
Black with #DFFF80
Text Example
Text Example
White with #DFFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF80; }
p { color: rgb(223,255,128); }
H1.HeaderClassName
{
color: #DFFF80;
}
.AnyTagClassName
{
color: #DFFF80;
}
</style>
background-color css
<style>
a { background-color: #DFFF80; }
a { background-color: rgb(223,255,128); }
div.DivClassName
{
background-color: #DFFF80;
}
.BgClassName
{
background-color: #DFFF80;
}
</style>
border-color css
<style>
span { border-color: #DFFF80; }
span { border-color: rgb(223,255,128); }
td.TdClassName
{
border-color: #DFFF80;
}
.TagClassName
{
border-color: #DFFF80;
}
</style>