Shades of Mindaro #DDF272
Tints of Mindaro #DDF272
RGB
CMYK
RGB Variations
Color information
#DDF272 (or 0xDDF272) is known color: Mindaro. HEX triplet: DD, F2 and 72. RGB value is (221,242,114). Sum of RGB (Red+Green+Blue) = 221+242+114=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF272 is #220D8D. Grayscale: #DDDDDD. Windows color (decimal): -2231694 or 7533277. OLE color: 7533277.
HSL color Cylindrical-coordinate representation of color #DDF272: hue angle of 69.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF272 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 114 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.05 |
| HSL | 69.84º | 0.83% | 0.7% | - |
| HSV(B) | 69.84º | 0.53% | 0.95% | - |
| XYZ | 64.61 | 80.09 | 27.97 | - |
| YUV | 221.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 114 | 0.09 | 0 | 0.53 | 0.05 | 69.84 | 0.83 | 0.7 |
| Hex | DD | F2 | 72 | 9 | 0 | 35 | 5 | 46 | 53 | 46 |
| Octal | 335 | 362 | 162 | 11 | 0 | 65 | 5 | 106 | 123 | 106 |
| Binary | 11011101 | 11110010 | 1110010 | 1001 | 0 | 110101 | 101 | 1000110 | 1010011 | 1000110 |
Color Harmonies of #DDF272
Complementary color
Monochromatic Colors of #DDF272
Black with #DDF272
Text Example
Text Example
White with #DDF272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF272; }
p { color: rgb(221,242,114); }
H1.HeaderClassName
{
color: #DDF272;
}
.AnyTagClassName
{
color: #DDF272;
}
</style>
background-color css
<style>
a { background-color: #DDF272; }
a { background-color: rgb(221,242,114); }
div.DivClassName
{
background-color: #DDF272;
}
.BgClassName
{
background-color: #DDF272;
}
</style>
border-color css
<style>
span { border-color: #DDF272; }
span { border-color: rgb(221,242,114); }
td.TdClassName
{
border-color: #DDF272;
}
.TagClassName
{
border-color: #DDF272;
}
</style>