Shades of Mindaro #DDF478
Tints of Mindaro #DDF478
RGB
CMYK
RGB Variations
Color information
#DDF478 (or 0xDDF478) is known color: Mindaro. HEX triplet: DD, F4 and 78. RGB value is (221,244,120). Sum of RGB (Red+Green+Blue) = 221+244+120=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF478 is #220B87. Grayscale: #DFDFDF. Windows color (decimal): -2231176 or 7927005. OLE color: 7927005.
HSL color Cylindrical-coordinate representation of color #DDF478: hue angle of 71.13º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF478 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 120 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.04 |
| HSL | 71.13º | 0.85% | 0.71% | - |
| HSV(B) | 71.13º | 0.51% | 0.96% | - |
| XYZ | 65.56 | 81.43 | 30.03 | - |
| YUV | 222.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 120 | 0.09 | 0 | 0.51 | 0.04 | 71.13 | 0.85 | 0.71 |
| Hex | DD | F4 | 78 | 9 | 0 | 33 | 4 | 47 | 55 | 47 |
| Octal | 335 | 364 | 170 | 11 | 0 | 63 | 4 | 107 | 125 | 107 |
| Binary | 11011101 | 11110100 | 1111000 | 1001 | 0 | 110011 | 100 | 1000111 | 1010101 | 1000111 |
Color Harmonies of #DDF478
Complementary color
Monochromatic Colors of #DDF478
Black with #DDF478
Text Example
Text Example
White with #DDF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF478; }
p { color: rgb(221,244,120); }
H1.HeaderClassName
{
color: #DDF478;
}
.AnyTagClassName
{
color: #DDF478;
}
</style>
background-color css
<style>
a { background-color: #DDF478; }
a { background-color: rgb(221,244,120); }
div.DivClassName
{
background-color: #DDF478;
}
.BgClassName
{
background-color: #DDF478;
}
</style>
border-color css
<style>
span { border-color: #DDF478; }
span { border-color: rgb(221,244,120); }
td.TdClassName
{
border-color: #DDF478;
}
.TagClassName
{
border-color: #DDF478;
}
</style>