Shades of Mindaro #DCE678
Tints of Mindaro #DCE678
RGB
CMYK
RGB Variations
Color information
#DCE678 (or 0xDCE678) is known color: Mindaro. HEX triplet: DC, E6 and 78. RGB value is (220,230,120). Sum of RGB (Red+Green+Blue) = 220+230+120=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE678 is #231987. Grayscale: #D6D6D6. Windows color (decimal): -2300296 or 7923420. OLE color: 7923420.
HSL color Cylindrical-coordinate representation of color #DCE678: hue angle of 65.45º 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 #DCE678 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 120 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.10 |
| HSL | 65.45º | 0.69% | 0.69% | - |
| HSV(B) | 65.45º | 0.48% | 0.9% | - |
| XYZ | 61.2 | 73.17 | 28.67 | - |
| YUV | 214.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 120 | 0.04 | 0 | 0.48 | 0.10 | 65.45 | 0.69 | 0.69 |
| Hex | DC | E6 | 78 | 4 | 0 | 30 | A | 41 | 45 | 45 |
| Octal | 334 | 346 | 170 | 4 | 0 | 60 | 12 | 101 | 105 | 105 |
| Binary | 11011100 | 11100110 | 1111000 | 100 | 0 | 110000 | 1010 | 1000001 | 1000101 | 1000101 |
Color Harmonies of #DCE678
Complementary color
Monochromatic Colors of #DCE678
Black with #DCE678
Text Example
Text Example
White with #DCE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE678; }
p { color: rgb(220,230,120); }
H1.HeaderClassName
{
color: #DCE678;
}
.AnyTagClassName
{
color: #DCE678;
}
</style>
background-color css
<style>
a { background-color: #DCE678; }
a { background-color: rgb(220,230,120); }
div.DivClassName
{
background-color: #DCE678;
}
.BgClassName
{
background-color: #DCE678;
}
</style>
border-color css
<style>
span { border-color: #DCE678; }
span { border-color: rgb(220,230,120); }
td.TdClassName
{
border-color: #DCE678;
}
.TagClassName
{
border-color: #DCE678;
}
</style>