Shades of Mindaro #DDF183
Tints of Mindaro #DDF183
RGB
CMYK
RGB Variations
Color information
#DDF183 (or 0xDDF183) is known color: Mindaro. HEX triplet: DD, F1 and 83. RGB value is (221,241,131). Sum of RGB (Red+Green+Blue) = 221+241+131=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF183 is #220E7C. Grayscale: #DEDEDE. Windows color (decimal): -2231933 or 8647133. OLE color: 8647133.
HSL color Cylindrical-coordinate representation of color #DDF183: hue angle of 70.91º 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 #DDF183 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 131 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.05 |
| HSL | 70.91º | 0.8% | 0.73% | - |
| HSV(B) | 70.91º | 0.46% | 0.95% | - |
| XYZ | 65.37 | 79.92 | 33.45 | - |
| YUV | 222.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 131 | 0.08 | 0 | 0.46 | 0.05 | 70.91 | 0.8 | 0.73 |
| Hex | DD | F1 | 83 | 8 | 0 | 2E | 5 | 47 | 50 | 49 |
| Octal | 335 | 361 | 203 | 10 | 0 | 56 | 5 | 107 | 120 | 111 |
| Binary | 11011101 | 11110001 | 10000011 | 1000 | 0 | 101110 | 101 | 1000111 | 1010000 | 1001001 |
Color Harmonies of #DDF183
Complementary color
Monochromatic Colors of #DDF183
Black with #DDF183
Text Example
Text Example
White with #DDF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF183; }
p { color: rgb(221,241,131); }
H1.HeaderClassName
{
color: #DDF183;
}
.AnyTagClassName
{
color: #DDF183;
}
</style>
background-color css
<style>
a { background-color: #DDF183; }
a { background-color: rgb(221,241,131); }
div.DivClassName
{
background-color: #DDF183;
}
.BgClassName
{
background-color: #DDF183;
}
</style>
border-color css
<style>
span { border-color: #DDF183; }
span { border-color: rgb(221,241,131); }
td.TdClassName
{
border-color: #DDF183;
}
.TagClassName
{
border-color: #DDF183;
}
</style>