Shades of Mindaro #DFF082
Tints of Mindaro #DFF082
RGB
CMYK
RGB Variations
Color information
#DFF082 (or 0xDFF082) is known color: Mindaro. HEX triplet: DF, F0 and 82. RGB value is (223,240,130). Sum of RGB (Red+Green+Blue) = 223+240+130=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF082 is #200F7D. Grayscale: #DEDEDE. Windows color (decimal): -2101118 or 8581343. OLE color: 8581343.
HSL color Cylindrical-coordinate representation of color #DFF082: hue angle of 69.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF082 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 130 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.06 |
| HSL | 69.27º | 0.79% | 0.73% | - |
| HSV(B) | 69.27º | 0.46% | 0.94% | - |
| XYZ | 65.62 | 79.62 | 33.03 | - |
| YUV | 222.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 130 | 0.07 | 0 | 0.46 | 0.06 | 69.27 | 0.79 | 0.73 |
| Hex | DF | F0 | 82 | 7 | 0 | 2E | 6 | 45 | 4F | 49 |
| Octal | 337 | 360 | 202 | 7 | 0 | 56 | 6 | 105 | 117 | 111 |
| Binary | 11011111 | 11110000 | 10000010 | 111 | 0 | 101110 | 110 | 1000101 | 1001111 | 1001001 |
Color Harmonies of #DFF082
Complementary color
Monochromatic Colors of #DFF082
Black with #DFF082
Text Example
Text Example
White with #DFF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF082; }
p { color: rgb(223,240,130); }
H1.HeaderClassName
{
color: #DFF082;
}
.AnyTagClassName
{
color: #DFF082;
}
</style>
background-color css
<style>
a { background-color: #DFF082; }
a { background-color: rgb(223,240,130); }
div.DivClassName
{
background-color: #DFF082;
}
.BgClassName
{
background-color: #DFF082;
}
</style>
border-color css
<style>
span { border-color: #DFF082; }
span { border-color: rgb(223,240,130); }
td.TdClassName
{
border-color: #DFF082;
}
.TagClassName
{
border-color: #DFF082;
}
</style>