Shades of Mindaro #DDFF7C
Tints of Mindaro #DDFF7C
RGB
CMYK
RGB Variations
Color information
#DDFF7C (or 0xDDFF7C) is known color: Mindaro. HEX triplet: DD, FF and 7C. RGB value is (221,255,124). Sum of RGB (Red+Green+Blue) = 221+255+124=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF7C is #220083. Grayscale: #E6E6E6. Windows color (decimal): -2228356 or 8191965. OLE color: 8191965.
HSL color Cylindrical-coordinate representation of color #DDFF7C: hue angle of 75.57º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFF7C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 124 | - |
| CMYK | 0.13 | 0 | 0.51 | 0 |
| HSL | 75.57º | 1% | 0.74% | - |
| HSV(B) | 75.57º | 0.51% | 1% | - |
| XYZ | 69.22 | 88.35 | 32.47 | - |
| YUV | 229.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 124 | 0.13 | 0 | 0.51 | 0 | 75.57 | 1 | 0.74 |
| Hex | DD | FF | 7C | D | 0 | 33 | 0 | 4C | 64 | 4A |
| Octal | 335 | 377 | 174 | 15 | 0 | 63 | 0 | 114 | 144 | 112 |
| Binary | 11011101 | 11111111 | 1111100 | 1101 | 0 | 110011 | 0 | 1001100 | 1100100 | 1001010 |
Color Harmonies of #DDFF7C
Complementary color
Monochromatic Colors of #DDFF7C
Black with #DDFF7C
Text Example
Text Example
White with #DDFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF7C; }
p { color: rgb(221,255,124); }
H1.HeaderClassName
{
color: #DDFF7C;
}
.AnyTagClassName
{
color: #DDFF7C;
}
</style>
background-color css
<style>
a { background-color: #DDFF7C; }
a { background-color: rgb(221,255,124); }
div.DivClassName
{
background-color: #DDFF7C;
}
.BgClassName
{
background-color: #DDFF7C;
}
</style>
border-color css
<style>
span { border-color: #DDFF7C; }
span { border-color: rgb(221,255,124); }
td.TdClassName
{
border-color: #DDFF7C;
}
.TagClassName
{
border-color: #DDFF7C;
}
</style>