Shades of Mindaro #DFF87D
Tints of Mindaro #DFF87D
RGB
CMYK
RGB Variations
Color information
#DFF87D (or 0xDFF87D) is known color: Mindaro. HEX triplet: DF, F8 and 7D. RGB value is (223,248,125). Sum of RGB (Red+Green+Blue) = 223+248+125=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF87D is #200782. Grayscale: #E2E2E2. Windows color (decimal): -2099075 or 8255711. OLE color: 8255711.
HSL color Cylindrical-coordinate representation of color #DFF87D: hue angle of 72.2º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFF87D is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 125 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.03 |
| HSL | 72.2º | 0.9% | 0.73% | - |
| HSV(B) | 72.2º | 0.5% | 0.97% | - |
| XYZ | 67.7 | 84.3 | 32.11 | - |
| YUV | 226.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 125 | 0.10 | 0 | 0.50 | 0.03 | 72.2 | 0.9 | 0.73 |
| Hex | DF | F8 | 7D | A | 0 | 32 | 3 | 48 | 5A | 49 |
| Octal | 337 | 370 | 175 | 12 | 0 | 62 | 3 | 110 | 132 | 111 |
| Binary | 11011111 | 11111000 | 1111101 | 1010 | 0 | 110010 | 11 | 1001000 | 1011010 | 1001001 |
Color Harmonies of #DFF87D
Complementary color
Monochromatic Colors of #DFF87D
Black with #DFF87D
Text Example
Text Example
White with #DFF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF87D; }
p { color: rgb(223,248,125); }
H1.HeaderClassName
{
color: #DFF87D;
}
.AnyTagClassName
{
color: #DFF87D;
}
</style>
background-color css
<style>
a { background-color: #DFF87D; }
a { background-color: rgb(223,248,125); }
div.DivClassName
{
background-color: #DFF87D;
}
.BgClassName
{
background-color: #DFF87D;
}
</style>
border-color css
<style>
span { border-color: #DFF87D; }
span { border-color: rgb(223,248,125); }
td.TdClassName
{
border-color: #DFF87D;
}
.TagClassName
{
border-color: #DFF87D;
}
</style>