Shades of Mindaro #DDF276
Tints of Mindaro #DDF276
RGB
CMYK
RGB Variations
Color information
#DDF276 (or 0xDDF276) is known color: Mindaro. HEX triplet: DD, F2 and 76. RGB value is (221,242,118). Sum of RGB (Red+Green+Blue) = 221+242+118=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF276 is #220D89. Grayscale: #DEDEDE. Windows color (decimal): -2231690 or 7795421. OLE color: 7795421.
HSL color Cylindrical-coordinate representation of color #DDF276: hue angle of 70.16º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF276 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 118 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.05 |
| HSL | 70.16º | 0.83% | 0.71% | - |
| HSV(B) | 70.16º | 0.51% | 0.95% | - |
| XYZ | 64.84 | 80.18 | 29.2 | - |
| YUV | 221.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 118 | 0.09 | 0 | 0.51 | 0.05 | 70.16 | 0.83 | 0.71 |
| Hex | DD | F2 | 76 | 9 | 0 | 33 | 5 | 46 | 53 | 47 |
| Octal | 335 | 362 | 166 | 11 | 0 | 63 | 5 | 106 | 123 | 107 |
| Binary | 11011101 | 11110010 | 1110110 | 1001 | 0 | 110011 | 101 | 1000110 | 1010011 | 1000111 |
Color Harmonies of #DDF276
Complementary color
Monochromatic Colors of #DDF276
Black with #DDF276
Text Example
Text Example
White with #DDF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF276; }
p { color: rgb(221,242,118); }
H1.HeaderClassName
{
color: #DDF276;
}
.AnyTagClassName
{
color: #DDF276;
}
</style>
background-color css
<style>
a { background-color: #DDF276; }
a { background-color: rgb(221,242,118); }
div.DivClassName
{
background-color: #DDF276;
}
.BgClassName
{
background-color: #DDF276;
}
</style>
border-color css
<style>
span { border-color: #DDF276; }
span { border-color: rgb(221,242,118); }
td.TdClassName
{
border-color: #DDF276;
}
.TagClassName
{
border-color: #DDF276;
}
</style>