Shades of Mindaro #DDF972
Tints of Mindaro #DDF972
RGB
CMYK
RGB Variations
Color information
#DDF972 (or 0xDDF972) is known color: Mindaro. HEX triplet: DD, F9 and 72. RGB value is (221,249,114). Sum of RGB (Red+Green+Blue) = 221+249+114=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF972 is #22068D. Grayscale: #E1E1E1. Windows color (decimal): -2229902 or 7535069. OLE color: 7535069.
HSL color Cylindrical-coordinate representation of color #DDF972: hue angle of 72.44º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDF972 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 114 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.02 |
| HSL | 72.44º | 0.92% | 0.71% | - |
| HSV(B) | 72.44º | 0.54% | 0.98% | - |
| XYZ | 66.73 | 84.34 | 28.68 | - |
| YUV | 225.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 114 | 0.11 | 0 | 0.54 | 0.02 | 72.44 | 0.92 | 0.71 |
| Hex | DD | F9 | 72 | B | 0 | 36 | 2 | 48 | 5C | 47 |
| Octal | 335 | 371 | 162 | 13 | 0 | 66 | 2 | 110 | 134 | 107 |
| Binary | 11011101 | 11111001 | 1110010 | 1011 | 0 | 110110 | 10 | 1001000 | 1011100 | 1000111 |
Color Harmonies of #DDF972
Complementary color
Monochromatic Colors of #DDF972
Black with #DDF972
Text Example
Text Example
White with #DDF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF972; }
p { color: rgb(221,249,114); }
H1.HeaderClassName
{
color: #DDF972;
}
.AnyTagClassName
{
color: #DDF972;
}
</style>
background-color css
<style>
a { background-color: #DDF972; }
a { background-color: rgb(221,249,114); }
div.DivClassName
{
background-color: #DDF972;
}
.BgClassName
{
background-color: #DDF972;
}
</style>
border-color css
<style>
span { border-color: #DDF972; }
span { border-color: rgb(221,249,114); }
td.TdClassName
{
border-color: #DDF972;
}
.TagClassName
{
border-color: #DDF972;
}
</style>