Shades of Mindaro #DDF676
Tints of Mindaro #DDF676
RGB
CMYK
RGB Variations
Color information
#DDF676 (or 0xDDF676) is known color: Mindaro. HEX triplet: DD, F6 and 76. RGB value is (221,246,118). Sum of RGB (Red+Green+Blue) = 221+246+118=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF676 is #220989. Grayscale: #E0E0E0. Windows color (decimal): -2230666 or 7796445. OLE color: 7796445.
HSL color Cylindrical-coordinate representation of color #DDF676: hue angle of 71.72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDF676 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 118 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.04 |
| HSL | 71.72º | 0.88% | 0.71% | - |
| HSV(B) | 71.72º | 0.52% | 0.96% | - |
| XYZ | 66.04 | 82.59 | 29.6 | - |
| YUV | 223.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 118 | 0.10 | 0 | 0.52 | 0.04 | 71.72 | 0.88 | 0.71 |
| Hex | DD | F6 | 76 | A | 0 | 34 | 4 | 48 | 58 | 47 |
| Octal | 335 | 366 | 166 | 12 | 0 | 64 | 4 | 110 | 130 | 107 |
| Binary | 11011101 | 11110110 | 1110110 | 1010 | 0 | 110100 | 100 | 1001000 | 1011000 | 1000111 |
Color Harmonies of #DDF676
Complementary color
Monochromatic Colors of #DDF676
Black with #DDF676
Text Example
Text Example
White with #DDF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF676; }
p { color: rgb(221,246,118); }
H1.HeaderClassName
{
color: #DDF676;
}
.AnyTagClassName
{
color: #DDF676;
}
</style>
background-color css
<style>
a { background-color: #DDF676; }
a { background-color: rgb(221,246,118); }
div.DivClassName
{
background-color: #DDF676;
}
.BgClassName
{
background-color: #DDF676;
}
</style>
border-color css
<style>
span { border-color: #DDF676; }
span { border-color: rgb(221,246,118); }
td.TdClassName
{
border-color: #DDF676;
}
.TagClassName
{
border-color: #DDF676;
}
</style>