Shades of Mindaro #DFF882
Tints of Mindaro #DFF882
RGB
CMYK
RGB Variations
Color information
#DFF882 (or 0xDFF882) is known color: Mindaro. HEX triplet: DF, F8 and 82. RGB value is (223,248,130). Sum of RGB (Red+Green+Blue) = 223+248+130=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF882 is #20077D. Grayscale: #E3E3E3. Windows color (decimal): -2099070 or 8583391. OLE color: 8583391.
HSL color Cylindrical-coordinate representation of color #DFF882: hue angle of 72.71º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFF882 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 130 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.03 |
| HSL | 72.71º | 0.89% | 0.74% | - |
| HSV(B) | 72.71º | 0.48% | 0.97% | - |
| XYZ | 68.03 | 84.43 | 33.83 | - |
| YUV | 227.07 | 73.22 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 130 | 0.10 | 0 | 0.48 | 0.03 | 72.71 | 0.89 | 0.74 |
| Hex | DF | F8 | 82 | A | 0 | 30 | 3 | 49 | 59 | 4A |
| Octal | 337 | 370 | 202 | 12 | 0 | 60 | 3 | 111 | 131 | 112 |
| Binary | 11011111 | 11111000 | 10000010 | 1010 | 0 | 110000 | 11 | 1001001 | 1011001 | 1001010 |
Color Harmonies of #DFF882
Complementary color
Monochromatic Colors of #DFF882
Black with #DFF882
Text Example
Text Example
White with #DFF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF882; }
p { color: rgb(223,248,130); }
H1.HeaderClassName
{
color: #DFF882;
}
.AnyTagClassName
{
color: #DFF882;
}
</style>
background-color css
<style>
a { background-color: #DFF882; }
a { background-color: rgb(223,248,130); }
div.DivClassName
{
background-color: #DFF882;
}
.BgClassName
{
background-color: #DFF882;
}
</style>
border-color css
<style>
span { border-color: #DFF882; }
span { border-color: rgb(223,248,130); }
td.TdClassName
{
border-color: #DFF882;
}
.TagClassName
{
border-color: #DFF882;
}
</style>