Shades of Mindaro #DFFC6D
Tints of Mindaro #DFFC6D
RGB
CMYK
RGB Variations
Color information
#DFFC6D (or 0xDFFC6D) is known color: Mindaro. HEX triplet: DF, FC and 6D. RGB value is (223,252,109). Sum of RGB (Red+Green+Blue) = 223+252+109=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 109 (42.97% from 255 or 18.66% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC6D is #200392. Grayscale: #E3E3E3. Windows color (decimal): -2098067 or 7208159. OLE color: 7208159.
HSL color Cylindrical-coordinate representation of color #DFFC6D: hue angle of 72.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFFC6D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 109 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.01 |
| HSL | 72.17º | 0.96% | 0.71% | - |
| HSV(B) | 72.17º | 0.57% | 0.99% | - |
| XYZ | 68 | 86.41 | 27.56 | - |
| YUV | 227.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 109 | 0.12 | 0 | 0.57 | 0.01 | 72.17 | 0.96 | 0.71 |
| Hex | DF | FC | 6D | C | 0 | 39 | 1 | 48 | 60 | 47 |
| Octal | 337 | 374 | 155 | 14 | 0 | 71 | 1 | 110 | 140 | 107 |
| Binary | 11011111 | 11111100 | 1101101 | 1100 | 0 | 111001 | 1 | 1001000 | 1100000 | 1000111 |
Color Harmonies of #DFFC6D
Complementary color
Monochromatic Colors of #DFFC6D
Black with #DFFC6D
Text Example
Text Example
White with #DFFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC6D; }
p { color: rgb(223,252,109); }
H1.HeaderClassName
{
color: #DFFC6D;
}
.AnyTagClassName
{
color: #DFFC6D;
}
</style>
background-color css
<style>
a { background-color: #DFFC6D; }
a { background-color: rgb(223,252,109); }
div.DivClassName
{
background-color: #DFFC6D;
}
.BgClassName
{
background-color: #DFFC6D;
}
</style>
border-color css
<style>
span { border-color: #DFFC6D; }
span { border-color: rgb(223,252,109); }
td.TdClassName
{
border-color: #DFFC6D;
}
.TagClassName
{
border-color: #DFFC6D;
}
</style>