Shades of Mindaro #DFFC71
Tints of Mindaro #DFFC71
RGB
CMYK
RGB Variations
Color information
#DFFC71 (or 0xDFFC71) is known color: Mindaro. HEX triplet: DF, FC and 71. RGB value is (223,252,113). Sum of RGB (Red+Green+Blue) = 223+252+113=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC71 is #20038E. Grayscale: #E4E4E4. Windows color (decimal): -2098063 or 7470303. OLE color: 7470303.
HSL color Cylindrical-coordinate representation of color #DFFC71: hue angle of 72.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFFC71 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 113 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.01 |
| HSL | 72.52º | 0.96% | 0.72% | - |
| HSV(B) | 72.52º | 0.55% | 0.99% | - |
| XYZ | 68.22 | 86.5 | 28.72 | - |
| YUV | 227.48 | 63.39 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 113 | 0.12 | 0 | 0.55 | 0.01 | 72.52 | 0.96 | 0.72 |
| Hex | DF | FC | 71 | C | 0 | 37 | 1 | 49 | 60 | 48 |
| Octal | 337 | 374 | 161 | 14 | 0 | 67 | 1 | 111 | 140 | 110 |
| Binary | 11011111 | 11111100 | 1110001 | 1100 | 0 | 110111 | 1 | 1001001 | 1100000 | 1001000 |
Color Harmonies of #DFFC71
Complementary color
Monochromatic Colors of #DFFC71
Black with #DFFC71
Text Example
Text Example
White with #DFFC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC71; }
p { color: rgb(223,252,113); }
H1.HeaderClassName
{
color: #DFFC71;
}
.AnyTagClassName
{
color: #DFFC71;
}
</style>
background-color css
<style>
a { background-color: #DFFC71; }
a { background-color: rgb(223,252,113); }
div.DivClassName
{
background-color: #DFFC71;
}
.BgClassName
{
background-color: #DFFC71;
}
</style>
border-color css
<style>
span { border-color: #DFFC71; }
span { border-color: rgb(223,252,113); }
td.TdClassName
{
border-color: #DFFC71;
}
.TagClassName
{
border-color: #DFFC71;
}
</style>