Shades of Mindaro #DDF479
Tints of Mindaro #DDF479
RGB
CMYK
RGB Variations
Color information
#DDF479 (or 0xDDF479) is known color: Mindaro. HEX triplet: DD, F4 and 79. RGB value is (221,244,121). Sum of RGB (Red+Green+Blue) = 221+244+121=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 121 (47.66% from 255 or 20.65% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF479 is #220B86. Grayscale: #DFDFDF. Windows color (decimal): -2231175 or 7992541. OLE color: 7992541.
HSL color Cylindrical-coordinate representation of color #DDF479: hue angle of 71.22º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF479 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 121 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.04 |
| HSL | 71.22º | 0.85% | 0.72% | - |
| HSV(B) | 71.22º | 0.5% | 0.96% | - |
| XYZ | 65.62 | 81.45 | 30.35 | - |
| YUV | 223.1 | 70.38 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 121 | 0.09 | 0 | 0.50 | 0.04 | 71.22 | 0.85 | 0.72 |
| Hex | DD | F4 | 79 | 9 | 0 | 32 | 4 | 47 | 55 | 48 |
| Octal | 335 | 364 | 171 | 11 | 0 | 62 | 4 | 107 | 125 | 110 |
| Binary | 11011101 | 11110100 | 1111001 | 1001 | 0 | 110010 | 100 | 1000111 | 1010101 | 1001000 |
Color Harmonies of #DDF479
Complementary color
Monochromatic Colors of #DDF479
Black with #DDF479
Text Example
Text Example
White with #DDF479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF479; }
p { color: rgb(221,244,121); }
H1.HeaderClassName
{
color: #DDF479;
}
.AnyTagClassName
{
color: #DDF479;
}
</style>
background-color css
<style>
a { background-color: #DDF479; }
a { background-color: rgb(221,244,121); }
div.DivClassName
{
background-color: #DDF479;
}
.BgClassName
{
background-color: #DDF479;
}
</style>
border-color css
<style>
span { border-color: #DDF479; }
span { border-color: rgb(221,244,121); }
td.TdClassName
{
border-color: #DDF479;
}
.TagClassName
{
border-color: #DDF479;
}
</style>