Shades of Mindaro #DDF281
Tints of Mindaro #DDF281
RGB
CMYK
RGB Variations
Color information
#DDF281 (or 0xDDF281) is known color: Mindaro. HEX triplet: DD, F2 and 81. RGB value is (221,242,129). Sum of RGB (Red+Green+Blue) = 221+242+129=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF281 is #220D7E. Grayscale: #DFDFDF. Windows color (decimal): -2231679 or 8516317. OLE color: 8516317.
HSL color Cylindrical-coordinate representation of color #DDF281: hue angle of 71.15º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF281 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 129 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.05 |
| HSL | 71.15º | 0.81% | 0.73% | - |
| HSV(B) | 71.15º | 0.47% | 0.95% | - |
| XYZ | 65.53 | 80.46 | 32.85 | - |
| YUV | 222.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 129 | 0.09 | 0 | 0.47 | 0.05 | 71.15 | 0.81 | 0.73 |
| Hex | DD | F2 | 81 | 9 | 0 | 2F | 5 | 47 | 51 | 49 |
| Octal | 335 | 362 | 201 | 11 | 0 | 57 | 5 | 107 | 121 | 111 |
| Binary | 11011101 | 11110010 | 10000001 | 1001 | 0 | 101111 | 101 | 1000111 | 1010001 | 1001001 |
Color Harmonies of #DDF281
Complementary color
Monochromatic Colors of #DDF281
Black with #DDF281
Text Example
Text Example
White with #DDF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF281; }
p { color: rgb(221,242,129); }
H1.HeaderClassName
{
color: #DDF281;
}
.AnyTagClassName
{
color: #DDF281;
}
</style>
background-color css
<style>
a { background-color: #DDF281; }
a { background-color: rgb(221,242,129); }
div.DivClassName
{
background-color: #DDF281;
}
.BgClassName
{
background-color: #DDF281;
}
</style>
border-color css
<style>
span { border-color: #DDF281; }
span { border-color: rgb(221,242,129); }
td.TdClassName
{
border-color: #DDF281;
}
.TagClassName
{
border-color: #DDF281;
}
</style>