Shades of Mindaro #DDF872
Tints of Mindaro #DDF872
RGB
CMYK
RGB Variations
Color information
#DDF872 (or 0xDDF872) is known color: Mindaro. HEX triplet: DD, F8 and 72. RGB value is (221,248,114). Sum of RGB (Red+Green+Blue) = 221+248+114=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF872 is #22078D. Grayscale: #E1E1E1. Windows color (decimal): -2230158 or 7534813. OLE color: 7534813.
HSL color Cylindrical-coordinate representation of color #DDF872: hue angle of 72.09º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDF872 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 114 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.03 |
| HSL | 72.09º | 0.91% | 0.71% | - |
| HSV(B) | 72.09º | 0.54% | 0.97% | - |
| XYZ | 66.42 | 83.72 | 28.58 | - |
| YUV | 224.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 114 | 0.11 | 0 | 0.54 | 0.03 | 72.09 | 0.91 | 0.71 |
| Hex | DD | F8 | 72 | B | 0 | 36 | 3 | 48 | 5B | 47 |
| Octal | 335 | 370 | 162 | 13 | 0 | 66 | 3 | 110 | 133 | 107 |
| Binary | 11011101 | 11111000 | 1110010 | 1011 | 0 | 110110 | 11 | 1001000 | 1011011 | 1000111 |
Color Harmonies of #DDF872
Complementary color
Monochromatic Colors of #DDF872
Black with #DDF872
Text Example
Text Example
White with #DDF872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF872; }
p { color: rgb(221,248,114); }
H1.HeaderClassName
{
color: #DDF872;
}
.AnyTagClassName
{
color: #DDF872;
}
</style>
background-color css
<style>
a { background-color: #DDF872; }
a { background-color: rgb(221,248,114); }
div.DivClassName
{
background-color: #DDF872;
}
.BgClassName
{
background-color: #DDF872;
}
</style>
border-color css
<style>
span { border-color: #DDF872; }
span { border-color: rgb(221,248,114); }
td.TdClassName
{
border-color: #DDF872;
}
.TagClassName
{
border-color: #DDF872;
}
</style>