Shades of Mindaro #DFF383
Tints of Mindaro #DFF383
RGB
CMYK
RGB Variations
Color information
#DFF383 (or 0xDFF383) is known color: Mindaro. HEX triplet: DF, F3 and 83. RGB value is (223,243,131). Sum of RGB (Red+Green+Blue) = 223+243+131=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF383 is #200C7C. Grayscale: #E0E0E0. Windows color (decimal): -2100349 or 8647647. OLE color: 8647647.
HSL color Cylindrical-coordinate representation of color #DFF383: hue angle of 70.71º degrees, saturation: 0.82, 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 #DFF383 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 131 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.05 |
| HSL | 70.71º | 0.82% | 0.73% | - |
| HSV(B) | 70.71º | 0.46% | 0.95% | - |
| XYZ | 66.58 | 81.43 | 33.68 | - |
| YUV | 224.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 131 | 0.08 | 0 | 0.46 | 0.05 | 70.71 | 0.82 | 0.73 |
| Hex | DF | F3 | 83 | 8 | 0 | 2E | 5 | 47 | 52 | 49 |
| Octal | 337 | 363 | 203 | 10 | 0 | 56 | 5 | 107 | 122 | 111 |
| Binary | 11011111 | 11110011 | 10000011 | 1000 | 0 | 101110 | 101 | 1000111 | 1010010 | 1001001 |
Color Harmonies of #DFF383
Complementary color
Monochromatic Colors of #DFF383
Black with #DFF383
Text Example
Text Example
White with #DFF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF383; }
p { color: rgb(223,243,131); }
H1.HeaderClassName
{
color: #DFF383;
}
.AnyTagClassName
{
color: #DFF383;
}
</style>
background-color css
<style>
a { background-color: #DFF383; }
a { background-color: rgb(223,243,131); }
div.DivClassName
{
background-color: #DFF383;
}
.BgClassName
{
background-color: #DFF383;
}
</style>
border-color css
<style>
span { border-color: #DFF383; }
span { border-color: rgb(223,243,131); }
td.TdClassName
{
border-color: #DFF383;
}
.TagClassName
{
border-color: #DFF383;
}
</style>