Shades of Mindaro #DFF96D
Tints of Mindaro #DFF96D
RGB
CMYK
RGB Variations
Color information
#DFF96D (or 0xDFF96D) is known color: Mindaro. HEX triplet: DF, F9 and 6D. RGB value is (223,249,109). Sum of RGB (Red+Green+Blue) = 223+249+109=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF96D is #200692. Grayscale: #E1E1E1. Windows color (decimal): -2098835 or 7207391. OLE color: 7207391.
HSL color Cylindrical-coordinate representation of color #DFF96D: hue angle of 71.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFF96D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 109 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.02 |
| HSL | 71.14º | 0.92% | 0.7% | - |
| HSV(B) | 71.14º | 0.56% | 0.98% | - |
| XYZ | 67.07 | 84.54 | 27.25 | - |
| YUV | 225.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 109 | 0.10 | 0 | 0.56 | 0.02 | 71.14 | 0.92 | 0.7 |
| Hex | DF | F9 | 6D | A | 0 | 38 | 2 | 47 | 5C | 46 |
| Octal | 337 | 371 | 155 | 12 | 0 | 70 | 2 | 107 | 134 | 106 |
| Binary | 11011111 | 11111001 | 1101101 | 1010 | 0 | 111000 | 10 | 1000111 | 1011100 | 1000110 |
Color Harmonies of #DFF96D
Complementary color
Monochromatic Colors of #DFF96D
Black with #DFF96D
Text Example
Text Example
White with #DFF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF96D; }
p { color: rgb(223,249,109); }
H1.HeaderClassName
{
color: #DFF96D;
}
.AnyTagClassName
{
color: #DFF96D;
}
</style>
background-color css
<style>
a { background-color: #DFF96D; }
a { background-color: rgb(223,249,109); }
div.DivClassName
{
background-color: #DFF96D;
}
.BgClassName
{
background-color: #DFF96D;
}
</style>
border-color css
<style>
span { border-color: #DFF96D; }
span { border-color: rgb(223,249,109); }
td.TdClassName
{
border-color: #DFF96D;
}
.TagClassName
{
border-color: #DFF96D;
}
</style>