Shades of Mindaro #DDE678
Tints of Mindaro #DDE678
RGB
CMYK
RGB Variations
Color information
#DDE678 (or 0xDDE678) is known color: Mindaro. HEX triplet: DD, E6 and 78. RGB value is (221,230,120). Sum of RGB (Red+Green+Blue) = 221+230+120=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE678 is #221987. Grayscale: #D7D7D7. Windows color (decimal): -2234760 or 7923421. OLE color: 7923421.
HSL color Cylindrical-coordinate representation of color #DDE678: hue angle of 64.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDE678 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 120 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.10 |
| HSL | 64.91º | 0.69% | 0.69% | - |
| HSV(B) | 64.91º | 0.48% | 0.9% | - |
| XYZ | 61.51 | 73.32 | 28.68 | - |
| YUV | 214.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 120 | 0.04 | 0 | 0.48 | 0.10 | 64.91 | 0.69 | 0.69 |
| Hex | DD | E6 | 78 | 4 | 0 | 30 | A | 41 | 45 | 45 |
| Octal | 335 | 346 | 170 | 4 | 0 | 60 | 12 | 101 | 105 | 105 |
| Binary | 11011101 | 11100110 | 1111000 | 100 | 0 | 110000 | 1010 | 1000001 | 1000101 | 1000101 |
Color Harmonies of #DDE678
Complementary color
Monochromatic Colors of #DDE678
Black with #DDE678
Text Example
Text Example
White with #DDE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE678; }
p { color: rgb(221,230,120); }
H1.HeaderClassName
{
color: #DDE678;
}
.AnyTagClassName
{
color: #DDE678;
}
</style>
background-color css
<style>
a { background-color: #DDE678; }
a { background-color: rgb(221,230,120); }
div.DivClassName
{
background-color: #DDE678;
}
.BgClassName
{
background-color: #DDE678;
}
</style>
border-color css
<style>
span { border-color: #DDE678; }
span { border-color: rgb(221,230,120); }
td.TdClassName
{
border-color: #DDE678;
}
.TagClassName
{
border-color: #DDE678;
}
</style>