Shades of Mindaro #DFF283
Tints of Mindaro #DFF283
RGB
CMYK
RGB Variations
Color information
#DFF283 (or 0xDFF283) is known color: Mindaro. HEX triplet: DF, F2 and 83. RGB value is (223,242,131). Sum of RGB (Red+Green+Blue) = 223+242+131=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF283 is #200D7C. Grayscale: #E0E0E0. Windows color (decimal): -2100605 or 8647391. OLE color: 8647391.
HSL color Cylindrical-coordinate representation of color #DFF283: hue angle of 70.27º 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 #DFF283 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 131 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.05 |
| HSL | 70.27º | 0.81% | 0.73% | - |
| HSV(B) | 70.27º | 0.46% | 0.95% | - |
| XYZ | 66.28 | 80.83 | 33.58 | - |
| YUV | 223.67 | 75.71 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 131 | 0.08 | 0 | 0.46 | 0.05 | 70.27 | 0.81 | 0.73 |
| Hex | DF | F2 | 83 | 8 | 0 | 2E | 5 | 46 | 51 | 49 |
| Octal | 337 | 362 | 203 | 10 | 0 | 56 | 5 | 106 | 121 | 111 |
| Binary | 11011111 | 11110010 | 10000011 | 1000 | 0 | 101110 | 101 | 1000110 | 1010001 | 1001001 |
Color Harmonies of #DFF283
Complementary color
Monochromatic Colors of #DFF283
Black with #DFF283
Text Example
Text Example
White with #DFF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF283; }
p { color: rgb(223,242,131); }
H1.HeaderClassName
{
color: #DFF283;
}
.AnyTagClassName
{
color: #DFF283;
}
</style>
background-color css
<style>
a { background-color: #DFF283; }
a { background-color: rgb(223,242,131); }
div.DivClassName
{
background-color: #DFF283;
}
.BgClassName
{
background-color: #DFF283;
}
</style>
border-color css
<style>
span { border-color: #DFF283; }
span { border-color: rgb(223,242,131); }
td.TdClassName
{
border-color: #DFF283;
}
.TagClassName
{
border-color: #DFF283;
}
</style>