Shades of Mindaro #DDFF66
Tints of Mindaro #DDFF66
RGB
CMYK
RGB Variations
Color information
#DDFF66 (or 0xDDFF66) is known color: Mindaro. HEX triplet: DD, FF and 66. RGB value is (221,255,102). Sum of RGB (Red+Green+Blue) = 221+255+102=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 102 (40.23% from 255 or 17.65% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF66 is #220099. Grayscale: #E3E3E3. Windows color (decimal): -2228378 or 6750173. OLE color: 6750173.
HSL color Cylindrical-coordinate representation of color #DDFF66: hue angle of 73.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFF66 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 102 | - |
| CMYK | 0.13 | 0 | 0.6 | 0 |
| HSL | 73.33º | 1% | 0.7% | - |
| HSV(B) | 73.33º | 0.6% | 1% | - |
| XYZ | 67.98 | 87.85 | 25.94 | - |
| YUV | 227.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 102 | 0.13 | 0 | 0.6 | 0 | 73.33 | 1 | 0.7 |
| Hex | DD | FF | 66 | D | 0 | 3C | 0 | 49 | 64 | 46 |
| Octal | 335 | 377 | 146 | 15 | 0 | 74 | 0 | 111 | 144 | 106 |
| Binary | 11011101 | 11111111 | 1100110 | 1101 | 0 | 111100 | 0 | 1001001 | 1100100 | 1000110 |
Color Harmonies of #DDFF66
Complementary color
Monochromatic Colors of #DDFF66
Black with #DDFF66
Text Example
Text Example
White with #DDFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF66; }
p { color: rgb(221,255,102); }
H1.HeaderClassName
{
color: #DDFF66;
}
.AnyTagClassName
{
color: #DDFF66;
}
</style>
background-color css
<style>
a { background-color: #DDFF66; }
a { background-color: rgb(221,255,102); }
div.DivClassName
{
background-color: #DDFF66;
}
.BgClassName
{
background-color: #DDFF66;
}
</style>
border-color css
<style>
span { border-color: #DDFF66; }
span { border-color: rgb(221,255,102); }
td.TdClassName
{
border-color: #DDFF66;
}
.TagClassName
{
border-color: #DDFF66;
}
</style>