Shades of Mindaro #DDFF7E
Tints of Mindaro #DDFF7E
RGB
CMYK
RGB Variations
Color information
#DDFF7E (or 0xDDFF7E) is known color: Mindaro. HEX triplet: DD, FF and 7E. RGB value is (221,255,126). Sum of RGB (Red+Green+Blue) = 221+255+126=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF7E is #220081. Grayscale: #E6E6E6. Windows color (decimal): -2228354 or 8323037. OLE color: 8323037.
HSL color Cylindrical-coordinate representation of color #DDFF7E: hue angle of 75.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFF7E is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 126 | - |
| CMYK | 0.13 | 0 | 0.51 | 0 |
| HSL | 75.81º | 1% | 0.75% | - |
| HSV(B) | 75.81º | 0.51% | 1% | - |
| XYZ | 69.34 | 88.4 | 33.15 | - |
| YUV | 230.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 126 | 0.13 | 0 | 0.51 | 0 | 75.81 | 1 | 0.75 |
| Hex | DD | FF | 7E | D | 0 | 33 | 0 | 4C | 64 | 4B |
| Octal | 335 | 377 | 176 | 15 | 0 | 63 | 0 | 114 | 144 | 113 |
| Binary | 11011101 | 11111111 | 1111110 | 1101 | 0 | 110011 | 0 | 1001100 | 1100100 | 1001011 |
Color Harmonies of #DDFF7E
Complementary color
Monochromatic Colors of #DDFF7E
Black with #DDFF7E
Text Example
Text Example
White with #DDFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF7E; }
p { color: rgb(221,255,126); }
H1.HeaderClassName
{
color: #DDFF7E;
}
.AnyTagClassName
{
color: #DDFF7E;
}
</style>
background-color css
<style>
a { background-color: #DDFF7E; }
a { background-color: rgb(221,255,126); }
div.DivClassName
{
background-color: #DDFF7E;
}
.BgClassName
{
background-color: #DDFF7E;
}
</style>
border-color css
<style>
span { border-color: #DDFF7E; }
span { border-color: rgb(221,255,126); }
td.TdClassName
{
border-color: #DDFF7E;
}
.TagClassName
{
border-color: #DDFF7E;
}
</style>