Shades of Mindaro #DDF285
Tints of Mindaro #DDF285
RGB
CMYK
RGB Variations
Color information
#DDF285 (or 0xDDF285) is known color: Mindaro. HEX triplet: DD, F2 and 85. RGB value is (221,242,133). Sum of RGB (Red+Green+Blue) = 221+242+133=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF285 is #220D7A. Grayscale: #DFDFDF. Windows color (decimal): -2231675 or 8778461. OLE color: 8778461.
HSL color Cylindrical-coordinate representation of color #DDF285: hue angle of 71.56º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF285 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 133 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 71.56º | 0.81% | 0.74% | - |
| HSV(B) | 71.56º | 0.45% | 0.95% | - |
| XYZ | 65.8 | 80.57 | 34.27 | - |
| YUV | 223.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 133 | 0.09 | 0 | 0.45 | 0.05 | 71.56 | 0.81 | 0.74 |
| Hex | DD | F2 | 85 | 9 | 0 | 2D | 5 | 48 | 51 | 4A |
| Octal | 335 | 362 | 205 | 11 | 0 | 55 | 5 | 110 | 121 | 112 |
| Binary | 11011101 | 11110010 | 10000101 | 1001 | 0 | 101101 | 101 | 1001000 | 1010001 | 1001010 |
Color Harmonies of #DDF285
Complementary color
Monochromatic Colors of #DDF285
Black with #DDF285
Text Example
Text Example
White with #DDF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF285; }
p { color: rgb(221,242,133); }
H1.HeaderClassName
{
color: #DDF285;
}
.AnyTagClassName
{
color: #DDF285;
}
</style>
background-color css
<style>
a { background-color: #DDF285; }
a { background-color: rgb(221,242,133); }
div.DivClassName
{
background-color: #DDF285;
}
.BgClassName
{
background-color: #DDF285;
}
</style>
border-color css
<style>
span { border-color: #DDF285; }
span { border-color: rgb(221,242,133); }
td.TdClassName
{
border-color: #DDF285;
}
.TagClassName
{
border-color: #DDF285;
}
</style>