Shades of Mindaro #DDEF7A
Tints of Mindaro #DDEF7A
RGB
CMYK
RGB Variations
Color information
#DDEF7A (or 0xDDEF7A) is known color: Mindaro. HEX triplet: DD, EF and 7A. RGB value is (221,239,122). Sum of RGB (Red+Green+Blue) = 221+239+122=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF7A is #221085. Grayscale: #DCDCDC. Windows color (decimal): -2232454 or 8056797. OLE color: 8056797.
HSL color Cylindrical-coordinate representation of color #DDEF7A: hue angle of 69.23º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDEF7A is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 122 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.06 |
| HSL | 69.23º | 0.79% | 0.71% | - |
| HSV(B) | 69.23º | 0.49% | 0.94% | - |
| XYZ | 64.2 | 78.51 | 30.18 | - |
| YUV | 220.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 122 | 0.08 | 0 | 0.49 | 0.06 | 69.23 | 0.79 | 0.71 |
| Hex | DD | EF | 7A | 8 | 0 | 31 | 6 | 45 | 4F | 47 |
| Octal | 335 | 357 | 172 | 10 | 0 | 61 | 6 | 105 | 117 | 107 |
| Binary | 11011101 | 11101111 | 1111010 | 1000 | 0 | 110001 | 110 | 1000101 | 1001111 | 1000111 |
Color Harmonies of #DDEF7A
Complementary color
Monochromatic Colors of #DDEF7A
Black with #DDEF7A
Text Example
Text Example
White with #DDEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF7A; }
p { color: rgb(221,239,122); }
H1.HeaderClassName
{
color: #DDEF7A;
}
.AnyTagClassName
{
color: #DDEF7A;
}
</style>
background-color css
<style>
a { background-color: #DDEF7A; }
a { background-color: rgb(221,239,122); }
div.DivClassName
{
background-color: #DDEF7A;
}
.BgClassName
{
background-color: #DDEF7A;
}
</style>
border-color css
<style>
span { border-color: #DDEF7A; }
span { border-color: rgb(221,239,122); }
td.TdClassName
{
border-color: #DDEF7A;
}
.TagClassName
{
border-color: #DDEF7A;
}
</style>