Shades of Mindaro #DDEB79
Tints of Mindaro #DDEB79
RGB
CMYK
RGB Variations
Color information
#DDEB79 (or 0xDDEB79) is known color: Mindaro. HEX triplet: DD, EB and 79. RGB value is (221,235,121). Sum of RGB (Red+Green+Blue) = 221+235+121=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 121 (47.66% from 255 or 20.97% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEB79 is #221486. Grayscale: #DADADA. Windows color (decimal): -2233479 or 7990237. OLE color: 7990237.
HSL color Cylindrical-coordinate representation of color #DDEB79: hue angle of 67.37º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDEB79 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 121 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.08 |
| HSL | 67.37º | 0.74% | 0.7% | - |
| HSV(B) | 67.37º | 0.49% | 0.92% | - |
| XYZ | 62.98 | 76.17 | 29.47 | - |
| YUV | 217.82 | 73.36 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 121 | 0.06 | 0 | 0.49 | 0.08 | 67.37 | 0.74 | 0.7 |
| Hex | DD | EB | 79 | 6 | 0 | 31 | 8 | 43 | 4A | 46 |
| Octal | 335 | 353 | 171 | 6 | 0 | 61 | 10 | 103 | 112 | 106 |
| Binary | 11011101 | 11101011 | 1111001 | 110 | 0 | 110001 | 1000 | 1000011 | 1001010 | 1000110 |
Color Harmonies of #DDEB79
Complementary color
Monochromatic Colors of #DDEB79
Black with #DDEB79
Text Example
Text Example
White with #DDEB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEB79; }
p { color: rgb(221,235,121); }
H1.HeaderClassName
{
color: #DDEB79;
}
.AnyTagClassName
{
color: #DDEB79;
}
</style>
background-color css
<style>
a { background-color: #DDEB79; }
a { background-color: rgb(221,235,121); }
div.DivClassName
{
background-color: #DDEB79;
}
.BgClassName
{
background-color: #DDEB79;
}
</style>
border-color css
<style>
span { border-color: #DDEB79; }
span { border-color: rgb(221,235,121); }
td.TdClassName
{
border-color: #DDEB79;
}
.TagClassName
{
border-color: #DDEB79;
}
</style>