Shades of Mindaro #DFF871
Tints of Mindaro #DFF871
RGB
CMYK
RGB Variations
Color information
#DFF871 (or 0xDFF871) is known color: Mindaro. HEX triplet: DF, F8 and 71. RGB value is (223,248,113). Sum of RGB (Red+Green+Blue) = 223+248+113=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF871 is #20078E. Grayscale: #E1E1E1. Windows color (decimal): -2099087 or 7469279. OLE color: 7469279.
HSL color Cylindrical-coordinate representation of color #DFF871: hue angle of 71.11º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFF871 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 113 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.03 |
| HSL | 71.11º | 0.91% | 0.71% | - |
| HSV(B) | 71.11º | 0.54% | 0.97% | - |
| XYZ | 66.98 | 84.02 | 28.31 | - |
| YUV | 225.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 113 | 0.10 | 0 | 0.54 | 0.03 | 71.11 | 0.91 | 0.71 |
| Hex | DF | F8 | 71 | A | 0 | 36 | 3 | 47 | 5B | 47 |
| Octal | 337 | 370 | 161 | 12 | 0 | 66 | 3 | 107 | 133 | 107 |
| Binary | 11011111 | 11111000 | 1110001 | 1010 | 0 | 110110 | 11 | 1000111 | 1011011 | 1000111 |
Color Harmonies of #DFF871
Complementary color
Monochromatic Colors of #DFF871
Black with #DFF871
Text Example
Text Example
White with #DFF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF871; }
p { color: rgb(223,248,113); }
H1.HeaderClassName
{
color: #DFF871;
}
.AnyTagClassName
{
color: #DFF871;
}
</style>
background-color css
<style>
a { background-color: #DFF871; }
a { background-color: rgb(223,248,113); }
div.DivClassName
{
background-color: #DFF871;
}
.BgClassName
{
background-color: #DFF871;
}
</style>
border-color css
<style>
span { border-color: #DFF871; }
span { border-color: rgb(223,248,113); }
td.TdClassName
{
border-color: #DFF871;
}
.TagClassName
{
border-color: #DFF871;
}
</style>