Shades of Mindaro #DCE777
Tints of Mindaro #DCE777
RGB
CMYK
RGB Variations
Color information
#DCE777 (or 0xDCE777) is known color: Mindaro. HEX triplet: DC, E7 and 77. RGB value is (220,231,119). Sum of RGB (Red+Green+Blue) = 220+231+119=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE777 is #231888. Grayscale: #D7D7D7. Windows color (decimal): -2300041 or 7858140. OLE color: 7858140.
HSL color Cylindrical-coordinate representation of color #DCE777: hue angle of 65.89º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE777 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 119 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.09 |
| HSL | 65.89º | 0.7% | 0.69% | - |
| HSV(B) | 65.89º | 0.48% | 0.91% | - |
| XYZ | 61.42 | 73.7 | 28.44 | - |
| YUV | 214.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 119 | 0.05 | 0 | 0.48 | 0.09 | 65.89 | 0.7 | 0.69 |
| Hex | DC | E7 | 77 | 5 | 0 | 30 | 9 | 42 | 46 | 45 |
| Octal | 334 | 347 | 167 | 5 | 0 | 60 | 11 | 102 | 106 | 105 |
| Binary | 11011100 | 11100111 | 1110111 | 101 | 0 | 110000 | 1001 | 1000010 | 1000110 | 1000101 |
Color Harmonies of #DCE777
Complementary color
Monochromatic Colors of #DCE777
Black with #DCE777
Text Example
Text Example
White with #DCE777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE777; }
p { color: rgb(220,231,119); }
H1.HeaderClassName
{
color: #DCE777;
}
.AnyTagClassName
{
color: #DCE777;
}
</style>
background-color css
<style>
a { background-color: #DCE777; }
a { background-color: rgb(220,231,119); }
div.DivClassName
{
background-color: #DCE777;
}
.BgClassName
{
background-color: #DCE777;
}
</style>
border-color css
<style>
span { border-color: #DCE777; }
span { border-color: rgb(220,231,119); }
td.TdClassName
{
border-color: #DCE777;
}
.TagClassName
{
border-color: #DCE777;
}
</style>