Shades of Mindaro #DFFC6E
Tints of Mindaro #DFFC6E
RGB
CMYK
RGB Variations
Color information
#DFFC6E (or 0xDFFC6E) is known color: Mindaro. HEX triplet: DF, FC and 6E. RGB value is (223,252,110). Sum of RGB (Red+Green+Blue) = 223+252+110=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC6E is #200391. Grayscale: #E3E3E3. Windows color (decimal): -2098066 or 7273695. OLE color: 7273695.
HSL color Cylindrical-coordinate representation of color #DFFC6E: hue angle of 72.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFFC6E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 110 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.01 |
| HSL | 72.25º | 0.96% | 0.71% | - |
| HSV(B) | 72.25º | 0.56% | 0.99% | - |
| XYZ | 68.06 | 86.43 | 27.85 | - |
| YUV | 227.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 110 | 0.12 | 0 | 0.56 | 0.01 | 72.25 | 0.96 | 0.71 |
| Hex | DF | FC | 6E | C | 0 | 38 | 1 | 48 | 60 | 47 |
| Octal | 337 | 374 | 156 | 14 | 0 | 70 | 1 | 110 | 140 | 107 |
| Binary | 11011111 | 11111100 | 1101110 | 1100 | 0 | 111000 | 1 | 1001000 | 1100000 | 1000111 |
Color Harmonies of #DFFC6E
Complementary color
Monochromatic Colors of #DFFC6E
Black with #DFFC6E
Text Example
Text Example
White with #DFFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC6E; }
p { color: rgb(223,252,110); }
H1.HeaderClassName
{
color: #DFFC6E;
}
.AnyTagClassName
{
color: #DFFC6E;
}
</style>
background-color css
<style>
a { background-color: #DFFC6E; }
a { background-color: rgb(223,252,110); }
div.DivClassName
{
background-color: #DFFC6E;
}
.BgClassName
{
background-color: #DFFC6E;
}
</style>
border-color css
<style>
span { border-color: #DFFC6E; }
span { border-color: rgb(223,252,110); }
td.TdClassName
{
border-color: #DFFC6E;
}
.TagClassName
{
border-color: #DFFC6E;
}
</style>