Shades of Mindaro #DDEE7B
Tints of Mindaro #DDEE7B
RGB
CMYK
RGB Variations
Color information
#DDEE7B (or 0xDDEE7B) is known color: Mindaro. HEX triplet: DD, EE and 7B. RGB value is (221,238,123). Sum of RGB (Red+Green+Blue) = 221+238+123=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE7B is #221184. Grayscale: #DCDCDC. Windows color (decimal): -2232709 or 8122077. OLE color: 8122077.
HSL color Cylindrical-coordinate representation of color #DDEE7B: hue angle of 68.87º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDEE7B is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 123 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.07 |
| HSL | 68.87º | 0.77% | 0.71% | - |
| HSV(B) | 68.87º | 0.48% | 0.93% | - |
| XYZ | 63.97 | 77.95 | 30.41 | - |
| YUV | 219.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 123 | 0.07 | 0 | 0.48 | 0.07 | 68.87 | 0.77 | 0.71 |
| Hex | DD | EE | 7B | 7 | 0 | 30 | 7 | 45 | 4D | 47 |
| Octal | 335 | 356 | 173 | 7 | 0 | 60 | 7 | 105 | 115 | 107 |
| Binary | 11011101 | 11101110 | 1111011 | 111 | 0 | 110000 | 111 | 1000101 | 1001101 | 1000111 |
Color Harmonies of #DDEE7B
Complementary color
Monochromatic Colors of #DDEE7B
Black with #DDEE7B
Text Example
Text Example
White with #DDEE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE7B; }
p { color: rgb(221,238,123); }
H1.HeaderClassName
{
color: #DDEE7B;
}
.AnyTagClassName
{
color: #DDEE7B;
}
</style>
background-color css
<style>
a { background-color: #DDEE7B; }
a { background-color: rgb(221,238,123); }
div.DivClassName
{
background-color: #DDEE7B;
}
.BgClassName
{
background-color: #DDEE7B;
}
</style>
border-color css
<style>
span { border-color: #DDEE7B; }
span { border-color: rgb(221,238,123); }
td.TdClassName
{
border-color: #DDEE7B;
}
.TagClassName
{
border-color: #DDEE7B;
}
</style>