Shades of Mindaro #DDEF63
Tints of Mindaro #DDEF63
RGB
CMYK
RGB Variations
Color information
#DDEF63 (or 0xDDEF63) is known color: Mindaro. HEX triplet: DD, EF and 63. RGB value is (221,239,99). Sum of RGB (Red+Green+Blue) = 221+239+99=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF63 is #22109C. Grayscale: #DADADA. Windows color (decimal): -2232477 or 6549469. OLE color: 6549469.
HSL color Cylindrical-coordinate representation of color #DDEF63: hue angle of 67.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDEF63 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 99 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.06 |
| HSL | 67.71º | 0.81% | 0.66% | - |
| HSV(B) | 67.71º | 0.59% | 0.94% | - |
| XYZ | 62.94 | 78.01 | 23.54 | - |
| YUV | 217.66 | 61.04 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 99 | 0.08 | 0 | 0.59 | 0.06 | 67.71 | 0.81 | 0.66 |
| Hex | DD | EF | 63 | 8 | 0 | 3B | 6 | 44 | 51 | 42 |
| Octal | 335 | 357 | 143 | 10 | 0 | 73 | 6 | 104 | 121 | 102 |
| Binary | 11011101 | 11101111 | 1100011 | 1000 | 0 | 111011 | 110 | 1000100 | 1010001 | 1000010 |
Color Harmonies of #DDEF63
Complementary color
Monochromatic Colors of #DDEF63
Black with #DDEF63
Text Example
Text Example
White with #DDEF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF63; }
p { color: rgb(221,239,99); }
H1.HeaderClassName
{
color: #DDEF63;
}
.AnyTagClassName
{
color: #DDEF63;
}
</style>
background-color css
<style>
a { background-color: #DDEF63; }
a { background-color: rgb(221,239,99); }
div.DivClassName
{
background-color: #DDEF63;
}
.BgClassName
{
background-color: #DDEF63;
}
</style>
border-color css
<style>
span { border-color: #DDEF63; }
span { border-color: rgb(221,239,99); }
td.TdClassName
{
border-color: #DDEF63;
}
.TagClassName
{
border-color: #DDEF63;
}
</style>