Shades of Mindaro #DDF783
Tints of Mindaro #DDF783
RGB
CMYK
RGB Variations
Color information
#DDF783 (or 0xDDF783) is known color: Mindaro. HEX triplet: DD, F7 and 83. RGB value is (221,247,131). Sum of RGB (Red+Green+Blue) = 221+247+131=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF783 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF783 is #22087C. Grayscale: #E2E2E2. Windows color (decimal): -2230397 or 8648669. OLE color: 8648669.
HSL color Cylindrical-coordinate representation of color #DDF783: hue angle of 73.45º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF783 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 131 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.03 |
| HSL | 73.45º | 0.88% | 0.74% | - |
| HSV(B) | 73.45º | 0.47% | 0.97% | - |
| XYZ | 67.18 | 83.53 | 34.06 | - |
| YUV | 226 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 131 | 0.11 | 0 | 0.47 | 0.03 | 73.45 | 0.88 | 0.74 |
| Hex | DD | F7 | 83 | B | 0 | 2F | 3 | 49 | 58 | 4A |
| Octal | 335 | 367 | 203 | 13 | 0 | 57 | 3 | 111 | 130 | 112 |
| Binary | 11011101 | 11110111 | 10000011 | 1011 | 0 | 101111 | 11 | 1001001 | 1011000 | 1001010 |
Color Harmonies of #DDF783
Complementary color
Monochromatic Colors of #DDF783
Black with #DDF783
Text Example
Text Example
White with #DDF783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF783; }
p { color: rgb(221,247,131); }
H1.HeaderClassName
{
color: #DDF783;
}
.AnyTagClassName
{
color: #DDF783;
}
</style>
background-color css
<style>
a { background-color: #DDF783; }
a { background-color: rgb(221,247,131); }
div.DivClassName
{
background-color: #DDF783;
}
.BgClassName
{
background-color: #DDF783;
}
</style>
border-color css
<style>
span { border-color: #DDF783; }
span { border-color: rgb(221,247,131); }
td.TdClassName
{
border-color: #DDF783;
}
.TagClassName
{
border-color: #DDF783;
}
</style>