Shades of Mindaro #DDF473
Tints of Mindaro #DDF473
RGB
CMYK
RGB Variations
Color information
#DDF473 (or 0xDDF473) is known color: Mindaro. HEX triplet: DD, F4 and 73. RGB value is (221,244,115). Sum of RGB (Red+Green+Blue) = 221+244+115=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF473 is #220B8C. Grayscale: #DEDEDE. Windows color (decimal): -2231181 or 7599325. OLE color: 7599325.
HSL color Cylindrical-coordinate representation of color #DDF473: hue angle of 70.7º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF473 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 115 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.04 |
| HSL | 70.7º | 0.85% | 0.7% | - |
| HSV(B) | 70.7º | 0.53% | 0.96% | - |
| XYZ | 65.26 | 81.31 | 28.47 | - |
| YUV | 222.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 115 | 0.09 | 0 | 0.53 | 0.04 | 70.7 | 0.85 | 0.7 |
| Hex | DD | F4 | 73 | 9 | 0 | 35 | 4 | 47 | 55 | 46 |
| Octal | 335 | 364 | 163 | 11 | 0 | 65 | 4 | 107 | 125 | 106 |
| Binary | 11011101 | 11110100 | 1110011 | 1001 | 0 | 110101 | 100 | 1000111 | 1010101 | 1000110 |
Color Harmonies of #DDF473
Complementary color
Monochromatic Colors of #DDF473
Black with #DDF473
Text Example
Text Example
White with #DDF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF473; }
p { color: rgb(221,244,115); }
H1.HeaderClassName
{
color: #DDF473;
}
.AnyTagClassName
{
color: #DDF473;
}
</style>
background-color css
<style>
a { background-color: #DDF473; }
a { background-color: rgb(221,244,115); }
div.DivClassName
{
background-color: #DDF473;
}
.BgClassName
{
background-color: #DDF473;
}
</style>
border-color css
<style>
span { border-color: #DDF473; }
span { border-color: rgb(221,244,115); }
td.TdClassName
{
border-color: #DDF473;
}
.TagClassName
{
border-color: #DDF473;
}
</style>