Shades of Mindaro #DDFF82
Tints of Mindaro #DDFF82
RGB
CMYK
RGB Variations
Color information
#DDFF82 (or 0xDDFF82) is known color: Mindaro. HEX triplet: DD, FF and 82. RGB value is (221,255,130). Sum of RGB (Red+Green+Blue) = 221+255+130=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF82 is #22007D. Grayscale: #E7E7E7. Windows color (decimal): -2228350 or 8585181. OLE color: 8585181.
HSL color Cylindrical-coordinate representation of color #DDFF82: hue angle of 76.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDFF82 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 130 | - |
| CMYK | 0.13 | 0 | 0.49 | 0 |
| HSL | 76.32º | 1% | 0.75% | - |
| HSV(B) | 76.32º | 0.49% | 1% | - |
| XYZ | 69.61 | 88.5 | 34.53 | - |
| YUV | 230.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 130 | 0.13 | 0 | 0.49 | 0 | 76.32 | 1 | 0.75 |
| Hex | DD | FF | 82 | D | 0 | 31 | 0 | 4C | 64 | 4B |
| Octal | 335 | 377 | 202 | 15 | 0 | 61 | 0 | 114 | 144 | 113 |
| Binary | 11011101 | 11111111 | 10000010 | 1101 | 0 | 110001 | 0 | 1001100 | 1100100 | 1001011 |
Color Harmonies of #DDFF82
Complementary color
Monochromatic Colors of #DDFF82
Black with #DDFF82
Text Example
Text Example
White with #DDFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF82; }
p { color: rgb(221,255,130); }
H1.HeaderClassName
{
color: #DDFF82;
}
.AnyTagClassName
{
color: #DDFF82;
}
</style>
background-color css
<style>
a { background-color: #DDFF82; }
a { background-color: rgb(221,255,130); }
div.DivClassName
{
background-color: #DDFF82;
}
.BgClassName
{
background-color: #DDFF82;
}
</style>
border-color css
<style>
span { border-color: #DDFF82; }
span { border-color: rgb(221,255,130); }
td.TdClassName
{
border-color: #DDFF82;
}
.TagClassName
{
border-color: #DDFF82;
}
</style>