Shades of Mindaro #DCE881
Tints of Mindaro #DCE881
RGB
CMYK
RGB Variations
Color information
#DCE881 (or 0xDCE881) is known color: Mindaro. HEX triplet: DC, E8 and 81. RGB value is (220,232,129). Sum of RGB (Red+Green+Blue) = 220+232+129=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE881 is #23177E. Grayscale: #D9D9D9. Windows color (decimal): -2299775 or 8513756. OLE color: 8513756.
HSL color Cylindrical-coordinate representation of color #DCE881: hue angle of 66.99º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCE881 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 129 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.09 |
| HSL | 66.99º | 0.69% | 0.71% | - |
| HSV(B) | 66.99º | 0.44% | 0.91% | - |
| XYZ | 62.33 | 74.51 | 31.87 | - |
| YUV | 216.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 129 | 0.05 | 0 | 0.44 | 0.09 | 66.99 | 0.69 | 0.71 |
| Hex | DC | E8 | 81 | 5 | 0 | 2C | 9 | 43 | 45 | 47 |
| Octal | 334 | 350 | 201 | 5 | 0 | 54 | 11 | 103 | 105 | 107 |
| Binary | 11011100 | 11101000 | 10000001 | 101 | 0 | 101100 | 1001 | 1000011 | 1000101 | 1000111 |
Color Harmonies of #DCE881
Complementary color
Monochromatic Colors of #DCE881
Black with #DCE881
Text Example
Text Example
White with #DCE881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE881; }
p { color: rgb(220,232,129); }
H1.HeaderClassName
{
color: #DCE881;
}
.AnyTagClassName
{
color: #DCE881;
}
</style>
background-color css
<style>
a { background-color: #DCE881; }
a { background-color: rgb(220,232,129); }
div.DivClassName
{
background-color: #DCE881;
}
.BgClassName
{
background-color: #DCE881;
}
</style>
border-color css
<style>
span { border-color: #DCE881; }
span { border-color: rgb(220,232,129); }
td.TdClassName
{
border-color: #DCE881;
}
.TagClassName
{
border-color: #DCE881;
}
</style>