Shades of Mindaro #DDEF70
Tints of Mindaro #DDEF70
RGB
CMYK
RGB Variations
Color information
#DDEF70 (or 0xDDEF70) is known color: Mindaro. HEX triplet: DD, EF and 70. RGB value is (221,239,112). Sum of RGB (Red+Green+Blue) = 221+239+112=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF70 is #22108F. Grayscale: #DBDBDB. Windows color (decimal): -2232464 or 7401437. OLE color: 7401437.
HSL color Cylindrical-coordinate representation of color #DDEF70: hue angle of 68.5º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDEF70 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 112 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.06 |
| HSL | 68.5º | 0.8% | 0.69% | - |
| HSV(B) | 68.5º | 0.53% | 0.94% | - |
| XYZ | 63.61 | 78.28 | 27.09 | - |
| YUV | 219.14 | 67.54 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 112 | 0.08 | 0 | 0.53 | 0.06 | 68.5 | 0.8 | 0.69 |
| Hex | DD | EF | 70 | 8 | 0 | 35 | 6 | 45 | 50 | 45 |
| Octal | 335 | 357 | 160 | 10 | 0 | 65 | 6 | 105 | 120 | 105 |
| Binary | 11011101 | 11101111 | 1110000 | 1000 | 0 | 110101 | 110 | 1000101 | 1010000 | 1000101 |
Color Harmonies of #DDEF70
Complementary color
Monochromatic Colors of #DDEF70
Black with #DDEF70
Text Example
Text Example
White with #DDEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF70; }
p { color: rgb(221,239,112); }
H1.HeaderClassName
{
color: #DDEF70;
}
.AnyTagClassName
{
color: #DDEF70;
}
</style>
background-color css
<style>
a { background-color: #DDEF70; }
a { background-color: rgb(221,239,112); }
div.DivClassName
{
background-color: #DDEF70;
}
.BgClassName
{
background-color: #DDEF70;
}
</style>
border-color css
<style>
span { border-color: #DDEF70; }
span { border-color: rgb(221,239,112); }
td.TdClassName
{
border-color: #DDEF70;
}
.TagClassName
{
border-color: #DDEF70;
}
</style>