Shades of Mindaro #DDF781
Tints of Mindaro #DDF781
RGB
CMYK
RGB Variations
Color information
#DDF781 (or 0xDDF781) is known color: Mindaro. HEX triplet: DD, F7 and 81. RGB value is (221,247,129). Sum of RGB (Red+Green+Blue) = 221+247+129=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF781 is #22087E. Grayscale: #E2E2E2. Windows color (decimal): -2230399 or 8517597. OLE color: 8517597.
HSL color Cylindrical-coordinate representation of color #DDF781: hue angle of 73.22º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF781 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 129 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.03 |
| HSL | 73.22º | 0.88% | 0.74% | - |
| HSV(B) | 73.22º | 0.48% | 0.97% | - |
| XYZ | 67.04 | 83.48 | 33.35 | - |
| YUV | 225.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 129 | 0.11 | 0 | 0.48 | 0.03 | 73.22 | 0.88 | 0.74 |
| Hex | DD | F7 | 81 | B | 0 | 30 | 3 | 49 | 58 | 4A |
| Octal | 335 | 367 | 201 | 13 | 0 | 60 | 3 | 111 | 130 | 112 |
| Binary | 11011101 | 11110111 | 10000001 | 1011 | 0 | 110000 | 11 | 1001001 | 1011000 | 1001010 |
Color Harmonies of #DDF781
Complementary color
Monochromatic Colors of #DDF781
Black with #DDF781
Text Example
Text Example
White with #DDF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF781; }
p { color: rgb(221,247,129); }
H1.HeaderClassName
{
color: #DDF781;
}
.AnyTagClassName
{
color: #DDF781;
}
</style>
background-color css
<style>
a { background-color: #DDF781; }
a { background-color: rgb(221,247,129); }
div.DivClassName
{
background-color: #DDF781;
}
.BgClassName
{
background-color: #DDF781;
}
</style>
border-color css
<style>
span { border-color: #DDF781; }
span { border-color: rgb(221,247,129); }
td.TdClassName
{
border-color: #DDF781;
}
.TagClassName
{
border-color: #DDF781;
}
</style>