Shades of Mindaro #DDF982
Tints of Mindaro #DDF982
RGB
CMYK
RGB Variations
Color information
#DDF982 (or 0xDDF982) is known color: Mindaro. HEX triplet: DD, F9 and 82. RGB value is (221,249,130). Sum of RGB (Red+Green+Blue) = 221+249+130=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF982 is #22067D. Grayscale: #E3E3E3. Windows color (decimal): -2229886 or 8583645. OLE color: 8583645.
HSL color Cylindrical-coordinate representation of color #DDF982: hue angle of 74.12º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF982 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 130 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.02 |
| HSL | 74.12º | 0.91% | 0.74% | - |
| HSV(B) | 74.12º | 0.48% | 0.98% | - |
| XYZ | 67.72 | 84.74 | 33.91 | - |
| YUV | 227.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 130 | 0.11 | 0 | 0.48 | 0.02 | 74.12 | 0.91 | 0.74 |
| Hex | DD | F9 | 82 | B | 0 | 30 | 2 | 4A | 5B | 4A |
| Octal | 335 | 371 | 202 | 13 | 0 | 60 | 2 | 112 | 133 | 112 |
| Binary | 11011101 | 11111001 | 10000010 | 1011 | 0 | 110000 | 10 | 1001010 | 1011011 | 1001010 |
Color Harmonies of #DDF982
Complementary color
Monochromatic Colors of #DDF982
Black with #DDF982
Text Example
Text Example
White with #DDF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF982; }
p { color: rgb(221,249,130); }
H1.HeaderClassName
{
color: #DDF982;
}
.AnyTagClassName
{
color: #DDF982;
}
</style>
background-color css
<style>
a { background-color: #DDF982; }
a { background-color: rgb(221,249,130); }
div.DivClassName
{
background-color: #DDF982;
}
.BgClassName
{
background-color: #DDF982;
}
</style>
border-color css
<style>
span { border-color: #DDF982; }
span { border-color: rgb(221,249,130); }
td.TdClassName
{
border-color: #DDF982;
}
.TagClassName
{
border-color: #DDF982;
}
</style>