Shades of Mindaro #DDEF73
Tints of Mindaro #DDEF73
RGB
CMYK
RGB Variations
Color information
#DDEF73 (or 0xDDEF73) is known color: Mindaro. HEX triplet: DD, EF and 73. RGB value is (221,239,115). Sum of RGB (Red+Green+Blue) = 221+239+115=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF73 is #22108C. Grayscale: #DBDBDB. Windows color (decimal): -2232461 or 7598045. OLE color: 7598045.
HSL color Cylindrical-coordinate representation of color #DDEF73: hue angle of 68.71º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDEF73 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 115 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.06 |
| HSL | 68.71º | 0.79% | 0.69% | - |
| HSV(B) | 68.71º | 0.52% | 0.94% | - |
| XYZ | 63.78 | 78.34 | 27.98 | - |
| YUV | 219.48 | 69.04 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 115 | 0.08 | 0 | 0.52 | 0.06 | 68.71 | 0.79 | 0.69 |
| Hex | DD | EF | 73 | 8 | 0 | 34 | 6 | 45 | 4F | 45 |
| Octal | 335 | 357 | 163 | 10 | 0 | 64 | 6 | 105 | 117 | 105 |
| Binary | 11011101 | 11101111 | 1110011 | 1000 | 0 | 110100 | 110 | 1000101 | 1001111 | 1000101 |
Color Harmonies of #DDEF73
Complementary color
Monochromatic Colors of #DDEF73
Black with #DDEF73
Text Example
Text Example
White with #DDEF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF73; }
p { color: rgb(221,239,115); }
H1.HeaderClassName
{
color: #DDEF73;
}
.AnyTagClassName
{
color: #DDEF73;
}
</style>
background-color css
<style>
a { background-color: #DDEF73; }
a { background-color: rgb(221,239,115); }
div.DivClassName
{
background-color: #DDEF73;
}
.BgClassName
{
background-color: #DDEF73;
}
</style>
border-color css
<style>
span { border-color: #DDEF73; }
span { border-color: rgb(221,239,115); }
td.TdClassName
{
border-color: #DDEF73;
}
.TagClassName
{
border-color: #DDEF73;
}
</style>