Shades of Mindaro #DDF282
Tints of Mindaro #DDF282
RGB
CMYK
RGB Variations
Color information
#DDF282 (or 0xDDF282) is known color: Mindaro. HEX triplet: DD, F2 and 82. RGB value is (221,242,130). Sum of RGB (Red+Green+Blue) = 221+242+130=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF282 is #220D7D. Grayscale: #DFDFDF. Windows color (decimal): -2231678 or 8581853. OLE color: 8581853.
HSL color Cylindrical-coordinate representation of color #DDF282: hue angle of 71.25º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDF282 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 130 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.05 |
| HSL | 71.25º | 0.81% | 0.73% | - |
| HSV(B) | 71.25º | 0.46% | 0.95% | - |
| XYZ | 65.6 | 80.49 | 33.2 | - |
| YUV | 222.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 130 | 0.09 | 0 | 0.46 | 0.05 | 71.25 | 0.81 | 0.73 |
| Hex | DD | F2 | 82 | 9 | 0 | 2E | 5 | 47 | 51 | 49 |
| Octal | 335 | 362 | 202 | 11 | 0 | 56 | 5 | 107 | 121 | 111 |
| Binary | 11011101 | 11110010 | 10000010 | 1001 | 0 | 101110 | 101 | 1000111 | 1010001 | 1001001 |
Color Harmonies of #DDF282
Complementary color
Monochromatic Colors of #DDF282
Black with #DDF282
Text Example
Text Example
White with #DDF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF282; }
p { color: rgb(221,242,130); }
H1.HeaderClassName
{
color: #DDF282;
}
.AnyTagClassName
{
color: #DDF282;
}
</style>
background-color css
<style>
a { background-color: #DDF282; }
a { background-color: rgb(221,242,130); }
div.DivClassName
{
background-color: #DDF282;
}
.BgClassName
{
background-color: #DDF282;
}
</style>
border-color css
<style>
span { border-color: #DDF282; }
span { border-color: rgb(221,242,130); }
td.TdClassName
{
border-color: #DDF282;
}
.TagClassName
{
border-color: #DDF282;
}
</style>