Shades of Mindaro #DDEF83
Tints of Mindaro #DDEF83
RGB
CMYK
RGB Variations
Color information
#DDEF83 (or 0xDDEF83) is known color: Mindaro. HEX triplet: DD, EF and 83. RGB value is (221,239,131). Sum of RGB (Red+Green+Blue) = 221+239+131=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF83 is #22107C. Grayscale: #DDDDDD. Windows color (decimal): -2232445 or 8646621. OLE color: 8646621.
HSL color Cylindrical-coordinate representation of color #DDEF83: hue angle of 70º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDEF83 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 131 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.06 |
| HSL | 70º | 0.77% | 0.73% | - |
| HSV(B) | 70º | 0.45% | 0.94% | - |
| XYZ | 64.78 | 78.74 | 33.26 | - |
| YUV | 221.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 131 | 0.08 | 0 | 0.45 | 0.06 | 70 | 0.77 | 0.73 |
| Hex | DD | EF | 83 | 8 | 0 | 2D | 6 | 46 | 4D | 49 |
| Octal | 335 | 357 | 203 | 10 | 0 | 55 | 6 | 106 | 115 | 111 |
| Binary | 11011101 | 11101111 | 10000011 | 1000 | 0 | 101101 | 110 | 1000110 | 1001101 | 1001001 |
Color Harmonies of #DDEF83
Complementary color
Monochromatic Colors of #DDEF83
Black with #DDEF83
Text Example
Text Example
White with #DDEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF83; }
p { color: rgb(221,239,131); }
H1.HeaderClassName
{
color: #DDEF83;
}
.AnyTagClassName
{
color: #DDEF83;
}
</style>
background-color css
<style>
a { background-color: #DDEF83; }
a { background-color: rgb(221,239,131); }
div.DivClassName
{
background-color: #DDEF83;
}
.BgClassName
{
background-color: #DDEF83;
}
</style>
border-color css
<style>
span { border-color: #DDEF83; }
span { border-color: rgb(221,239,131); }
td.TdClassName
{
border-color: #DDEF83;
}
.TagClassName
{
border-color: #DDEF83;
}
</style>