Shades of Mindaro #DFF77D
Tints of Mindaro #DFF77D
RGB
CMYK
RGB Variations
Color information
#DFF77D (or 0xDFF77D) is known color: Mindaro. HEX triplet: DF, F7 and 7D. RGB value is (223,247,125). Sum of RGB (Red+Green+Blue) = 223+247+125=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF77D is #200882. Grayscale: #E2E2E2. Windows color (decimal): -2099331 or 8255455. OLE color: 8255455.
HSL color Cylindrical-coordinate representation of color #DFF77D: hue angle of 71.8º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFF77D is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 125 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.03 |
| HSL | 71.8º | 0.88% | 0.73% | - |
| HSV(B) | 71.8º | 0.49% | 0.97% | - |
| XYZ | 67.39 | 83.69 | 32 | - |
| YUV | 225.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 125 | 0.10 | 0 | 0.49 | 0.03 | 71.8 | 0.88 | 0.73 |
| Hex | DF | F7 | 7D | A | 0 | 31 | 3 | 48 | 58 | 49 |
| Octal | 337 | 367 | 175 | 12 | 0 | 61 | 3 | 110 | 130 | 111 |
| Binary | 11011111 | 11110111 | 1111101 | 1010 | 0 | 110001 | 11 | 1001000 | 1011000 | 1001001 |
Color Harmonies of #DFF77D
Complementary color
Monochromatic Colors of #DFF77D
Black with #DFF77D
Text Example
Text Example
White with #DFF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF77D; }
p { color: rgb(223,247,125); }
H1.HeaderClassName
{
color: #DFF77D;
}
.AnyTagClassName
{
color: #DFF77D;
}
</style>
background-color css
<style>
a { background-color: #DFF77D; }
a { background-color: rgb(223,247,125); }
div.DivClassName
{
background-color: #DFF77D;
}
.BgClassName
{
background-color: #DFF77D;
}
</style>
border-color css
<style>
span { border-color: #DFF77D; }
span { border-color: rgb(223,247,125); }
td.TdClassName
{
border-color: #DFF77D;
}
.TagClassName
{
border-color: #DFF77D;
}
</style>