Shades of Mindaro #DFF282
Tints of Mindaro #DFF282
RGB
CMYK
RGB Variations
Color information
#DFF282 (or 0xDFF282) is known color: Mindaro. HEX triplet: DF, F2 and 82. RGB value is (223,242,130). Sum of RGB (Red+Green+Blue) = 223+242+130=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF282 is #200D7D. Grayscale: #DFDFDF. Windows color (decimal): -2100606 or 8581855. OLE color: 8581855.
HSL color Cylindrical-coordinate representation of color #DFF282: hue angle of 70.18º degrees, saturation: 0.81, 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 #DFF282 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 130 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.05 |
| HSL | 70.18º | 0.81% | 0.73% | - |
| HSV(B) | 70.18º | 0.46% | 0.95% | - |
| XYZ | 66.21 | 80.8 | 33.23 | - |
| YUV | 223.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 130 | 0.08 | 0 | 0.46 | 0.05 | 70.18 | 0.81 | 0.73 |
| Hex | DF | F2 | 82 | 8 | 0 | 2E | 5 | 46 | 51 | 49 |
| Octal | 337 | 362 | 202 | 10 | 0 | 56 | 5 | 106 | 121 | 111 |
| Binary | 11011111 | 11110010 | 10000010 | 1000 | 0 | 101110 | 101 | 1000110 | 1010001 | 1001001 |
Color Harmonies of #DFF282
Complementary color
Monochromatic Colors of #DFF282
Black with #DFF282
Text Example
Text Example
White with #DFF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF282; }
p { color: rgb(223,242,130); }
H1.HeaderClassName
{
color: #DFF282;
}
.AnyTagClassName
{
color: #DFF282;
}
</style>
background-color css
<style>
a { background-color: #DFF282; }
a { background-color: rgb(223,242,130); }
div.DivClassName
{
background-color: #DFF282;
}
.BgClassName
{
background-color: #DFF282;
}
</style>
border-color css
<style>
span { border-color: #DFF282; }
span { border-color: rgb(223,242,130); }
td.TdClassName
{
border-color: #DFF282;
}
.TagClassName
{
border-color: #DFF282;
}
</style>