Shades of Mindaro #DDF072
Tints of Mindaro #DDF072
RGB
CMYK
RGB Variations
Color information
#DDF072 (or 0xDDF072) is known color: Mindaro. HEX triplet: DD, F0 and 72. RGB value is (221,240,114). Sum of RGB (Red+Green+Blue) = 221+240+114=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF072 is #220F8D. Grayscale: #DCDCDC. Windows color (decimal): -2232206 or 7532765. OLE color: 7532765.
HSL color Cylindrical-coordinate representation of color #DDF072: hue angle of 69.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDF072 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 114 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.06 |
| HSL | 69.05º | 0.81% | 0.69% | - |
| HSV(B) | 69.05º | 0.53% | 0.94% | - |
| XYZ | 64.02 | 78.91 | 27.78 | - |
| YUV | 219.96 | 68.21 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 114 | 0.08 | 0 | 0.52 | 0.06 | 69.05 | 0.81 | 0.69 |
| Hex | DD | F0 | 72 | 8 | 0 | 34 | 6 | 45 | 51 | 45 |
| Octal | 335 | 360 | 162 | 10 | 0 | 64 | 6 | 105 | 121 | 105 |
| Binary | 11011101 | 11110000 | 1110010 | 1000 | 0 | 110100 | 110 | 1000101 | 1010001 | 1000101 |
Color Harmonies of #DDF072
Complementary color
Monochromatic Colors of #DDF072
Black with #DDF072
Text Example
Text Example
White with #DDF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF072; }
p { color: rgb(221,240,114); }
H1.HeaderClassName
{
color: #DDF072;
}
.AnyTagClassName
{
color: #DDF072;
}
</style>
background-color css
<style>
a { background-color: #DDF072; }
a { background-color: rgb(221,240,114); }
div.DivClassName
{
background-color: #DDF072;
}
.BgClassName
{
background-color: #DDF072;
}
</style>
border-color css
<style>
span { border-color: #DDF072; }
span { border-color: rgb(221,240,114); }
td.TdClassName
{
border-color: #DDF072;
}
.TagClassName
{
border-color: #DDF072;
}
</style>