Shades of Mindaro #DDF474
Tints of Mindaro #DDF474
RGB
CMYK
RGB Variations
Color information
#DDF474 (or 0xDDF474) is known color: Mindaro. HEX triplet: DD, F4 and 74. RGB value is (221,244,116). Sum of RGB (Red+Green+Blue) = 221+244+116=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF474 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF474 is #220B8B. Grayscale: #DFDFDF. Windows color (decimal): -2231180 or 7664861. OLE color: 7664861.
HSL color Cylindrical-coordinate representation of color #DDF474: hue angle of 70.78º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDF474 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 116 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.04 |
| HSL | 70.78º | 0.85% | 0.71% | - |
| HSV(B) | 70.78º | 0.52% | 0.96% | - |
| XYZ | 65.32 | 81.33 | 28.78 | - |
| YUV | 222.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 116 | 0.09 | 0 | 0.52 | 0.04 | 70.78 | 0.85 | 0.71 |
| Hex | DD | F4 | 74 | 9 | 0 | 34 | 4 | 47 | 55 | 47 |
| Octal | 335 | 364 | 164 | 11 | 0 | 64 | 4 | 107 | 125 | 107 |
| Binary | 11011101 | 11110100 | 1110100 | 1001 | 0 | 110100 | 100 | 1000111 | 1010101 | 1000111 |
Color Harmonies of #DDF474
Complementary color
Monochromatic Colors of #DDF474
Black with #DDF474
Text Example
Text Example
White with #DDF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF474; }
p { color: rgb(221,244,116); }
H1.HeaderClassName
{
color: #DDF474;
}
.AnyTagClassName
{
color: #DDF474;
}
</style>
background-color css
<style>
a { background-color: #DDF474; }
a { background-color: rgb(221,244,116); }
div.DivClassName
{
background-color: #DDF474;
}
.BgClassName
{
background-color: #DDF474;
}
</style>
border-color css
<style>
span { border-color: #DDF474; }
span { border-color: rgb(221,244,116); }
td.TdClassName
{
border-color: #DDF474;
}
.TagClassName
{
border-color: #DDF474;
}
</style>