Shades of Mindaro #DDF482
Tints of Mindaro #DDF482
RGB
CMYK
RGB Variations
Color information
#DDF482 (or 0xDDF482) is known color: Mindaro. HEX triplet: DD, F4 and 82. RGB value is (221,244,130). Sum of RGB (Red+Green+Blue) = 221+244+130=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF482 is #220B7D. Grayscale: #E0E0E0. Windows color (decimal): -2231166 or 8582365. OLE color: 8582365.
HSL color Cylindrical-coordinate representation of color #DDF482: hue angle of 72.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF482 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 130 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.04 |
| HSL | 72.11º | 0.84% | 0.73% | - |
| HSV(B) | 72.11º | 0.47% | 0.96% | - |
| XYZ | 66.2 | 81.69 | 33.4 | - |
| YUV | 224.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 130 | 0.09 | 0 | 0.47 | 0.04 | 72.11 | 0.84 | 0.73 |
| Hex | DD | F4 | 82 | 9 | 0 | 2F | 4 | 48 | 54 | 49 |
| Octal | 335 | 364 | 202 | 11 | 0 | 57 | 4 | 110 | 124 | 111 |
| Binary | 11011101 | 11110100 | 10000010 | 1001 | 0 | 101111 | 100 | 1001000 | 1010100 | 1001001 |
Color Harmonies of #DDF482
Complementary color
Monochromatic Colors of #DDF482
Black with #DDF482
Text Example
Text Example
White with #DDF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF482; }
p { color: rgb(221,244,130); }
H1.HeaderClassName
{
color: #DDF482;
}
.AnyTagClassName
{
color: #DDF482;
}
</style>
background-color css
<style>
a { background-color: #DDF482; }
a { background-color: rgb(221,244,130); }
div.DivClassName
{
background-color: #DDF482;
}
.BgClassName
{
background-color: #DDF482;
}
</style>
border-color css
<style>
span { border-color: #DDF482; }
span { border-color: rgb(221,244,130); }
td.TdClassName
{
border-color: #DDF482;
}
.TagClassName
{
border-color: #DDF482;
}
</style>