Shades of Mindaro #DDEE63
Tints of Mindaro #DDEE63
RGB
CMYK
RGB Variations
Color information
#DDEE63 (or 0xDDEE63) is known color: Mindaro. HEX triplet: DD, EE and 63. RGB value is (221,238,99). Sum of RGB (Red+Green+Blue) = 221+238+99=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE63 is #22119C. Grayscale: #D9D9D9. Windows color (decimal): -2232733 or 6549213. OLE color: 6549213.
HSL color Cylindrical-coordinate representation of color #DDEE63: hue angle of 67.34º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDEE63 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 99 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.07 |
| HSL | 67.34º | 0.8% | 0.66% | - |
| HSV(B) | 67.34º | 0.58% | 0.93% | - |
| XYZ | 62.65 | 77.42 | 23.45 | - |
| YUV | 217.07 | 61.37 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 99 | 0.07 | 0 | 0.58 | 0.07 | 67.34 | 0.8 | 0.66 |
| Hex | DD | EE | 63 | 7 | 0 | 3A | 7 | 43 | 50 | 42 |
| Octal | 335 | 356 | 143 | 7 | 0 | 72 | 7 | 103 | 120 | 102 |
| Binary | 11011101 | 11101110 | 1100011 | 111 | 0 | 111010 | 111 | 1000011 | 1010000 | 1000010 |
Color Harmonies of #DDEE63
Complementary color
Monochromatic Colors of #DDEE63
Black with #DDEE63
Text Example
Text Example
White with #DDEE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE63; }
p { color: rgb(221,238,99); }
H1.HeaderClassName
{
color: #DDEE63;
}
.AnyTagClassName
{
color: #DDEE63;
}
</style>
background-color css
<style>
a { background-color: #DDEE63; }
a { background-color: rgb(221,238,99); }
div.DivClassName
{
background-color: #DDEE63;
}
.BgClassName
{
background-color: #DDEE63;
}
</style>
border-color css
<style>
span { border-color: #DDEE63; }
span { border-color: rgb(221,238,99); }
td.TdClassName
{
border-color: #DDEE63;
}
.TagClassName
{
border-color: #DDEE63;
}
</style>