Shades of Mindaro #DFFF7C
Tints of Mindaro #DFFF7C
RGB
CMYK
RGB Variations
Color information
#DFFF7C (or 0xDFFF7C) is known color: Mindaro. HEX triplet: DF, FF and 7C. RGB value is (223,255,124). Sum of RGB (Red+Green+Blue) = 223+255+124=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF7C is #200083. Grayscale: #E6E6E6. Windows color (decimal): -2097284 or 8191967. OLE color: 8191967.
HSL color Cylindrical-coordinate representation of color #DFFF7C: hue angle of 74.66º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFFF7C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 124 | - |
| CMYK | 0.13 | 0 | 0.51 | 0 |
| HSL | 74.66º | 1% | 0.74% | - |
| HSV(B) | 74.66º | 0.51% | 1% | - |
| XYZ | 69.83 | 88.66 | 32.5 | - |
| YUV | 230.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 124 | 0.13 | 0 | 0.51 | 0 | 74.66 | 1 | 0.74 |
| Hex | DF | FF | 7C | D | 0 | 33 | 0 | 4B | 64 | 4A |
| Octal | 337 | 377 | 174 | 15 | 0 | 63 | 0 | 113 | 144 | 112 |
| Binary | 11011111 | 11111111 | 1111100 | 1101 | 0 | 110011 | 0 | 1001011 | 1100100 | 1001010 |
Color Harmonies of #DFFF7C
Complementary color
Monochromatic Colors of #DFFF7C
Black with #DFFF7C
Text Example
Text Example
White with #DFFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF7C; }
p { color: rgb(223,255,124); }
H1.HeaderClassName
{
color: #DFFF7C;
}
.AnyTagClassName
{
color: #DFFF7C;
}
</style>
background-color css
<style>
a { background-color: #DFFF7C; }
a { background-color: rgb(223,255,124); }
div.DivClassName
{
background-color: #DFFF7C;
}
.BgClassName
{
background-color: #DFFF7C;
}
</style>
border-color css
<style>
span { border-color: #DFFF7C; }
span { border-color: rgb(223,255,124); }
td.TdClassName
{
border-color: #DFFF7C;
}
.TagClassName
{
border-color: #DFFF7C;
}
</style>