Shades of Mindaro #DFF182
Tints of Mindaro #DFF182
RGB
CMYK
RGB Variations
Color information
#DFF182 (or 0xDFF182) is known color: Mindaro. HEX triplet: DF, F1 and 82. RGB value is (223,241,130). Sum of RGB (Red+Green+Blue) = 223+241+130=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF182 is #200E7D. Grayscale: #DFDFDF. Windows color (decimal): -2100862 or 8581599. OLE color: 8581599.
HSL color Cylindrical-coordinate representation of color #DFF182: hue angle of 69.73º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF182 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 130 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.05 |
| HSL | 69.73º | 0.8% | 0.73% | - |
| HSV(B) | 69.73º | 0.46% | 0.95% | - |
| XYZ | 65.92 | 80.21 | 33.13 | - |
| YUV | 222.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 130 | 0.07 | 0 | 0.46 | 0.05 | 69.73 | 0.8 | 0.73 |
| Hex | DF | F1 | 82 | 7 | 0 | 2E | 5 | 46 | 50 | 49 |
| Octal | 337 | 361 | 202 | 7 | 0 | 56 | 5 | 106 | 120 | 111 |
| Binary | 11011111 | 11110001 | 10000010 | 111 | 0 | 101110 | 101 | 1000110 | 1010000 | 1001001 |
Color Harmonies of #DFF182
Complementary color
Monochromatic Colors of #DFF182
Black with #DFF182
Text Example
Text Example
White with #DFF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF182; }
p { color: rgb(223,241,130); }
H1.HeaderClassName
{
color: #DFF182;
}
.AnyTagClassName
{
color: #DFF182;
}
</style>
background-color css
<style>
a { background-color: #DFF182; }
a { background-color: rgb(223,241,130); }
div.DivClassName
{
background-color: #DFF182;
}
.BgClassName
{
background-color: #DFF182;
}
</style>
border-color css
<style>
span { border-color: #DFF182; }
span { border-color: rgb(223,241,130); }
td.TdClassName
{
border-color: #DFF182;
}
.TagClassName
{
border-color: #DFF182;
}
</style>