Shades of Mindaro #DCE76B
Tints of Mindaro #DCE76B
RGB
CMYK
RGB Variations
Color information
#DCE76B (or 0xDCE76B) is known color: Mindaro. HEX triplet: DC, E7 and 6B. RGB value is (220,231,107). Sum of RGB (Red+Green+Blue) = 220+231+107=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE76B is #231894. Grayscale: #D6D6D6. Windows color (decimal): -2300053 or 7071708. OLE color: 7071708.
HSL color Cylindrical-coordinate representation of color #DCE76B: hue angle of 65.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE76B is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 107 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.09 |
| HSL | 65.32º | 0.72% | 0.66% | - |
| HSV(B) | 65.32º | 0.54% | 0.91% | - |
| XYZ | 60.74 | 73.43 | 24.88 | - |
| YUV | 213.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 107 | 0.05 | 0 | 0.54 | 0.09 | 65.32 | 0.72 | 0.66 |
| Hex | DC | E7 | 6B | 5 | 0 | 36 | 9 | 41 | 48 | 42 |
| Octal | 334 | 347 | 153 | 5 | 0 | 66 | 11 | 101 | 110 | 102 |
| Binary | 11011100 | 11100111 | 1101011 | 101 | 0 | 110110 | 1001 | 1000001 | 1001000 | 1000010 |
Color Harmonies of #DCE76B
Complementary color
Monochromatic Colors of #DCE76B
Black with #DCE76B
Text Example
Text Example
White with #DCE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE76B; }
p { color: rgb(220,231,107); }
H1.HeaderClassName
{
color: #DCE76B;
}
.AnyTagClassName
{
color: #DCE76B;
}
</style>
background-color css
<style>
a { background-color: #DCE76B; }
a { background-color: rgb(220,231,107); }
div.DivClassName
{
background-color: #DCE76B;
}
.BgClassName
{
background-color: #DCE76B;
}
</style>
border-color css
<style>
span { border-color: #DCE76B; }
span { border-color: rgb(220,231,107); }
td.TdClassName
{
border-color: #DCE76B;
}
.TagClassName
{
border-color: #DCE76B;
}
</style>