Shades of Mindaro #DCE477
Tints of Mindaro #DCE477
RGB
CMYK
RGB Variations
Color information
#DCE477 (or 0xDCE477) is known color: Mindaro. HEX triplet: DC, E4 and 77. RGB value is (220,228,119). Sum of RGB (Red+Green+Blue) = 220+228+119=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE477 is #231B88. Grayscale: #D5D5D5. Windows color (decimal): -2300809 or 7857372. OLE color: 7857372.
HSL color Cylindrical-coordinate representation of color #DCE477: hue angle of 64.4º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE477 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 119 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 64.4º | 0.67% | 0.68% | - |
| HSV(B) | 64.4º | 0.48% | 0.89% | - |
| XYZ | 60.59 | 72.03 | 28.16 | - |
| YUV | 213.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 119 | 0.04 | 0 | 0.48 | 0.11 | 64.4 | 0.67 | 0.68 |
| Hex | DC | E4 | 77 | 4 | 0 | 30 | B | 40 | 43 | 44 |
| Octal | 334 | 344 | 167 | 4 | 0 | 60 | 13 | 100 | 103 | 104 |
| Binary | 11011100 | 11100100 | 1110111 | 100 | 0 | 110000 | 1011 | 1000000 | 1000011 | 1000100 |
Color Harmonies of #DCE477
Complementary color
Monochromatic Colors of #DCE477
Black with #DCE477
Text Example
Text Example
White with #DCE477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE477; }
p { color: rgb(220,228,119); }
H1.HeaderClassName
{
color: #DCE477;
}
.AnyTagClassName
{
color: #DCE477;
}
</style>
background-color css
<style>
a { background-color: #DCE477; }
a { background-color: rgb(220,228,119); }
div.DivClassName
{
background-color: #DCE477;
}
.BgClassName
{
background-color: #DCE477;
}
</style>
border-color css
<style>
span { border-color: #DCE477; }
span { border-color: rgb(220,228,119); }
td.TdClassName
{
border-color: #DCE477;
}
.TagClassName
{
border-color: #DCE477;
}
</style>