Shades of Mindaro #DFFF7D
Tints of Mindaro #DFFF7D
RGB
CMYK
RGB Variations
Color information
#DFFF7D (or 0xDFFF7D) is known color: Mindaro. HEX triplet: DF, FF and 7D. RGB value is (223,255,125). Sum of RGB (Red+Green+Blue) = 223+255+125=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF7D is #200082. Grayscale: #E7E7E7. Windows color (decimal): -2097283 or 8257503. OLE color: 8257503.
HSL color Cylindrical-coordinate representation of color #DFFF7D: hue angle of 74.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFFF7D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 125 | - |
| CMYK | 0.13 | 0 | 0.51 | 0 |
| HSL | 74.77º | 1% | 0.75% | - |
| HSV(B) | 74.77º | 0.51% | 1% | - |
| XYZ | 69.89 | 88.69 | 32.84 | - |
| YUV | 230.61 | 68.4 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 125 | 0.13 | 0 | 0.51 | 0 | 74.77 | 1 | 0.75 |
| Hex | DF | FF | 7D | D | 0 | 33 | 0 | 4B | 64 | 4B |
| Octal | 337 | 377 | 175 | 15 | 0 | 63 | 0 | 113 | 144 | 113 |
| Binary | 11011111 | 11111111 | 1111101 | 1101 | 0 | 110011 | 0 | 1001011 | 1100100 | 1001011 |
Color Harmonies of #DFFF7D
Complementary color
Monochromatic Colors of #DFFF7D
Black with #DFFF7D
Text Example
Text Example
White with #DFFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF7D; }
p { color: rgb(223,255,125); }
H1.HeaderClassName
{
color: #DFFF7D;
}
.AnyTagClassName
{
color: #DFFF7D;
}
</style>
background-color css
<style>
a { background-color: #DFFF7D; }
a { background-color: rgb(223,255,125); }
div.DivClassName
{
background-color: #DFFF7D;
}
.BgClassName
{
background-color: #DFFF7D;
}
</style>
border-color css
<style>
span { border-color: #DFFF7D; }
span { border-color: rgb(223,255,125); }
td.TdClassName
{
border-color: #DFFF7D;
}
.TagClassName
{
border-color: #DFFF7D;
}
</style>