Shades of Mindaro #DDF160
Tints of Mindaro #DDF160
RGB
CMYK
RGB Variations
Color information
#DDF160 (or 0xDDF160) is known color: Mindaro. HEX triplet: DD, F1 and 60. RGB value is (221,241,96). Sum of RGB (Red+Green+Blue) = 221+241+96=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF160 is #220E9F. Grayscale: #DBDBDB. Windows color (decimal): -2231968 or 6353373. OLE color: 6353373.
HSL color Cylindrical-coordinate representation of color #DDF160: hue angle of 68.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDF160 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 96 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.05 |
| HSL | 68.28º | 0.84% | 0.66% | - |
| HSV(B) | 68.28º | 0.6% | 0.95% | - |
| XYZ | 63.39 | 79.13 | 23 | - |
| YUV | 218.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 96 | 0.08 | 0 | 0.60 | 0.05 | 68.28 | 0.84 | 0.66 |
| Hex | DD | F1 | 60 | 8 | 0 | 3C | 5 | 44 | 54 | 42 |
| Octal | 335 | 361 | 140 | 10 | 0 | 74 | 5 | 104 | 124 | 102 |
| Binary | 11011101 | 11110001 | 1100000 | 1000 | 0 | 111100 | 101 | 1000100 | 1010100 | 1000010 |
Color Harmonies of #DDF160
Complementary color
Monochromatic Colors of #DDF160
Black with #DDF160
Text Example
Text Example
White with #DDF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF160; }
p { color: rgb(221,241,96); }
H1.HeaderClassName
{
color: #DDF160;
}
.AnyTagClassName
{
color: #DDF160;
}
</style>
background-color css
<style>
a { background-color: #DDF160; }
a { background-color: rgb(221,241,96); }
div.DivClassName
{
background-color: #DDF160;
}
.BgClassName
{
background-color: #DDF160;
}
</style>
border-color css
<style>
span { border-color: #DDF160; }
span { border-color: rgb(221,241,96); }
td.TdClassName
{
border-color: #DDF160;
}
.TagClassName
{
border-color: #DDF160;
}
</style>