Shades of Mindaro #DDF260
Tints of Mindaro #DDF260
RGB
CMYK
RGB Variations
Color information
#DDF260 (or 0xDDF260) is known color: Mindaro. HEX triplet: DD, F2 and 60. RGB value is (221,242,96). Sum of RGB (Red+Green+Blue) = 221+242+96=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF260 is #220D9F. Grayscale: #DBDBDB. Windows color (decimal): -2231712 or 6353629. OLE color: 6353629.
HSL color Cylindrical-coordinate representation of color #DDF260: hue angle of 68.63º degrees, saturation: 0.85, 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 #DDF260 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 96 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.05 |
| HSL | 68.63º | 0.85% | 0.66% | - |
| HSV(B) | 68.63º | 0.6% | 0.95% | - |
| XYZ | 63.68 | 79.72 | 23.1 | - |
| YUV | 219.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 96 | 0.09 | 0 | 0.60 | 0.05 | 68.63 | 0.85 | 0.66 |
| Hex | DD | F2 | 60 | 9 | 0 | 3C | 5 | 45 | 55 | 42 |
| Octal | 335 | 362 | 140 | 11 | 0 | 74 | 5 | 105 | 125 | 102 |
| Binary | 11011101 | 11110010 | 1100000 | 1001 | 0 | 111100 | 101 | 1000101 | 1010101 | 1000010 |
Color Harmonies of #DDF260
Complementary color
Monochromatic Colors of #DDF260
Black with #DDF260
Text Example
Text Example
White with #DDF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF260; }
p { color: rgb(221,242,96); }
H1.HeaderClassName
{
color: #DDF260;
}
.AnyTagClassName
{
color: #DDF260;
}
</style>
background-color css
<style>
a { background-color: #DDF260; }
a { background-color: rgb(221,242,96); }
div.DivClassName
{
background-color: #DDF260;
}
.BgClassName
{
background-color: #DDF260;
}
</style>
border-color css
<style>
span { border-color: #DDF260; }
span { border-color: rgb(221,242,96); }
td.TdClassName
{
border-color: #DDF260;
}
.TagClassName
{
border-color: #DDF260;
}
</style>