Shades of Mindaro #DDFE80
Tints of Mindaro #DDFE80
RGB
CMYK
RGB Variations
Color information
#DDFE80 (or 0xDDFE80) is known color: Mindaro. HEX triplet: DD, FE and 80. RGB value is (221,254,128). Sum of RGB (Red+Green+Blue) = 221+254+128=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE80 is #22017F. Grayscale: #E6E6E6. Windows color (decimal): -2228608 or 8453853. OLE color: 8453853.
HSL color Cylindrical-coordinate representation of color #DDFE80: hue angle of 75.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDFE80 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 128 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.00 |
| HSL | 75.71º | 0.98% | 0.75% | - |
| HSV(B) | 75.71º | 0.5% | 1% | - |
| XYZ | 69.16 | 87.81 | 33.73 | - |
| YUV | 229.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 128 | 0.13 | 0 | 0.50 | 0.00 | 75.71 | 0.98 | 0.75 |
| Hex | DD | FE | 80 | D | 0 | 32 | 0 | 4C | 62 | 4B |
| Octal | 335 | 376 | 200 | 15 | 0 | 62 | 0 | 114 | 142 | 113 |
| Binary | 11011101 | 11111110 | 10000000 | 1101 | 0 | 110010 | 0 | 1001100 | 1100010 | 1001011 |
Color Harmonies of #DDFE80
Complementary color
Monochromatic Colors of #DDFE80
Black with #DDFE80
Text Example
Text Example
White with #DDFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE80; }
p { color: rgb(221,254,128); }
H1.HeaderClassName
{
color: #DDFE80;
}
.AnyTagClassName
{
color: #DDFE80;
}
</style>
background-color css
<style>
a { background-color: #DDFE80; }
a { background-color: rgb(221,254,128); }
div.DivClassName
{
background-color: #DDFE80;
}
.BgClassName
{
background-color: #DDFE80;
}
</style>
border-color css
<style>
span { border-color: #DDFE80; }
span { border-color: rgb(221,254,128); }
td.TdClassName
{
border-color: #DDFE80;
}
.TagClassName
{
border-color: #DDFE80;
}
</style>