Shades of Mindaro #DDFF81
Tints of Mindaro #DDFF81
RGB
CMYK
RGB Variations
Color information
#DDFF81 (or 0xDDFF81) is known color: Mindaro. HEX triplet: DD, FF and 81. RGB value is (221,255,129). Sum of RGB (Red+Green+Blue) = 221+255+129=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF81 is #22007E. Grayscale: #E6E6E6. Windows color (decimal): -2228351 or 8519645. OLE color: 8519645.
HSL color Cylindrical-coordinate representation of color #DDFF81: hue angle of 76.19º 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 #DDFF81 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 129 | - |
| CMYK | 0.13 | 0 | 0.49 | 0 |
| HSL | 76.19º | 1% | 0.75% | - |
| HSV(B) | 76.19º | 0.49% | 1% | - |
| XYZ | 69.54 | 88.48 | 34.18 | - |
| YUV | 230.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 129 | 0.13 | 0 | 0.49 | 0 | 76.19 | 1 | 0.75 |
| Hex | DD | FF | 81 | D | 0 | 31 | 0 | 4C | 64 | 4B |
| Octal | 335 | 377 | 201 | 15 | 0 | 61 | 0 | 114 | 144 | 113 |
| Binary | 11011101 | 11111111 | 10000001 | 1101 | 0 | 110001 | 0 | 1001100 | 1100100 | 1001011 |
Color Harmonies of #DDFF81
Complementary color
Monochromatic Colors of #DDFF81
Black with #DDFF81
Text Example
Text Example
White with #DDFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF81; }
p { color: rgb(221,255,129); }
H1.HeaderClassName
{
color: #DDFF81;
}
.AnyTagClassName
{
color: #DDFF81;
}
</style>
background-color css
<style>
a { background-color: #DDFF81; }
a { background-color: rgb(221,255,129); }
div.DivClassName
{
background-color: #DDFF81;
}
.BgClassName
{
background-color: #DDFF81;
}
</style>
border-color css
<style>
span { border-color: #DDFF81; }
span { border-color: rgb(221,255,129); }
td.TdClassName
{
border-color: #DDFF81;
}
.TagClassName
{
border-color: #DDFF81;
}
</style>