Shades of Mindaro #DFF96F
Tints of Mindaro #DFF96F
RGB
CMYK
RGB Variations
Color information
#DFF96F (or 0xDFF96F) is known color: Mindaro. HEX triplet: DF, F9 and 6F. RGB value is (223,249,111). Sum of RGB (Red+Green+Blue) = 223+249+111=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF96F is #200690. Grayscale: #E2E2E2. Windows color (decimal): -2098833 or 7338463. OLE color: 7338463.
HSL color Cylindrical-coordinate representation of color #DFF96F: hue angle of 71.3º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFF96F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 111 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.02 |
| HSL | 71.3º | 0.92% | 0.71% | - |
| HSV(B) | 71.3º | 0.55% | 0.98% | - |
| XYZ | 67.18 | 84.59 | 27.83 | - |
| YUV | 225.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 111 | 0.10 | 0 | 0.55 | 0.02 | 71.3 | 0.92 | 0.71 |
| Hex | DF | F9 | 6F | A | 0 | 37 | 2 | 47 | 5C | 47 |
| Octal | 337 | 371 | 157 | 12 | 0 | 67 | 2 | 107 | 134 | 107 |
| Binary | 11011111 | 11111001 | 1101111 | 1010 | 0 | 110111 | 10 | 1000111 | 1011100 | 1000111 |
Color Harmonies of #DFF96F
Complementary color
Monochromatic Colors of #DFF96F
Black with #DFF96F
Text Example
Text Example
White with #DFF96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF96F; }
p { color: rgb(223,249,111); }
H1.HeaderClassName
{
color: #DFF96F;
}
.AnyTagClassName
{
color: #DFF96F;
}
</style>
background-color css
<style>
a { background-color: #DFF96F; }
a { background-color: rgb(223,249,111); }
div.DivClassName
{
background-color: #DFF96F;
}
.BgClassName
{
background-color: #DFF96F;
}
</style>
border-color css
<style>
span { border-color: #DFF96F; }
span { border-color: rgb(223,249,111); }
td.TdClassName
{
border-color: #DFF96F;
}
.TagClassName
{
border-color: #DFF96F;
}
</style>